#9BCC47

Color #9BCC47 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9BCC47

Tints of Atlantis #9BCC47

Color information

#9BCC47 (or 0x9BCC47) is unknown color: approx Atlantis. HEX triplet: 9B, CC and 47. RGB value is (155,204,71). Sum of RGB (Red+Green+Blue) = 155+204+71=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCC47 is #6433B8. Grayscale: #AEAEAE. Windows color (decimal): -6566841 or 4705435. OLE color: 4705435.

HSL color Cylindrical-coordinate representation of color #9BCC47: hue angle of 82.11º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BCC47 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB15520471-
CMYK0.2400.650.2
HSL82.11º56.6%53.92%-
HSV(B)82.11º65.2%80%-
XYZ36.2550.6113.82-
YUV174.1969.77114.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 204 (80.08% from 255) = 47.44%
BLUE value IS 71 (28.12% from 255) = 16.51%
R=36.05%
G=47.44%
B=16.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal155204710.2400.650.282.1156.653.92
Hex9BCC471804114523936
Octal233314107300101241227166
Binary100110111100110010001111100001000001101001010010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BCC47; }

 p { color: rgb(155,204,71); }

 H1.HeaderClassName
 {
   color: #9BCC47;
 }
 .AnyTagClassName
 {
   color: #9BCC47;
 }
</style>
background-color css

<style>
 a { background-color: #9BCC47; }

 a { background-color: rgb(155,204,71); }

 div.DivClassName
 {
   background-color: #9BCC47;
 }
 .BgClassName
 {
   background-color: #9BCC47;
 }
</style>
border-color css

<style>
 span { border-color: #9BCC47; }

 span { border-color: rgb(155,204,71); }

 td.TdClassName
 {
   border-color: #9BCC47;
 }
 .TagClassName
 {
   border-color: #9BCC47;
 }
</style>