#9CCB3F

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

Shades of Atlantis #9CCB3F

Tints of Atlantis #9CCB3F

Color information

#9CCB3F (or 0x9CCB3F) is unknown color: approx Atlantis. HEX triplet: 9C, CB and 3F. RGB value is (156,203,63). Sum of RGB (Red+Green+Blue) = 156+203+63=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 203 (79.69% from 255 or 48.10% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 203 - color contains mainly: green. Hex color #9CCB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CCB3F is #6334C0. Grayscale: #ADADAD. Windows color (decimal): -6501569 or 4180892. OLE color: 4180892.

HSL color Cylindrical-coordinate representation of color #9CCB3F: hue angle of 80.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9CCB3F is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB15620363-
CMYK0.2300.690.20
HSL80.14º57.38%52.16%-
HSV(B)80.14º68.97%79.61%-
XYZ35.9650.1412.48-
YUV172.9965.93115.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.97%
GREEN value IS 203 (79.69% from 255) = 48.10%
BLUE value IS 63 (25% from 255) = 14.93%
R=36.97%
G=48.10%
B=14.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal156203630.2300.690.2080.1457.3852.16
Hex9CCB3F1704514503934
Octal23431377270105241207164
Binary10011100110010111111111011101000101101001010000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,203,63); }

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

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

 a { background-color: rgb(156,203,63); }

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

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

 span { border-color: rgb(156,203,63); }

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