#9CE14B

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

Shades of Atlantis #9CE14B

Tints of Atlantis #9CE14B

Color information

#9CE14B (or 0x9CE14B) is unknown color: approx Atlantis. HEX triplet: 9C, E1 and 4B. RGB value is (156,225,75). Sum of RGB (Red+Green+Blue) = 156+225+75=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 75 (29.69% from 255 or 16.45% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CE14B is #631EB4. Grayscale: #BBBBBB. Windows color (decimal): -6495925 or 4972956. OLE color: 4972956.

HSL color Cylindrical-coordinate representation of color #9CE14B: hue angle of 87.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9CE14B is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB15622575-
CMYK0.3100.670.12
HSL87.6º71.43%58.82%-
HSV(B)87.6º66.67%88.24%-
XYZ41.9161.4316.3-
YUV187.2764.64105.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.21%
GREEN value IS 225 (88.28% from 255) = 49.34%
BLUE value IS 75 (29.69% from 255) = 16.45%
R=34.21%
G=49.34%
B=16.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal156225750.3100.670.1287.671.4358.82
Hex9CE14B1F043C58473b
Octal2343411133701031413010773
Binary100111001110000110010111111101000011110010110001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,225,75); }

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

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

 a { background-color: rgb(156,225,75); }

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

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

 span { border-color: rgb(156,225,75); }

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