#9CE42F

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

Shades of Atlantis #9CE42F

Tints of Atlantis #9CE42F

Color information

#9CE42F (or 0x9CE42F) is unknown color: approx Atlantis. HEX triplet: 9C, E4 and 2F. RGB value is (156,228,47). Sum of RGB (Red+Green+Blue) = 156+228+47=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 228 (89.45% from 255 or 52.90% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 228 - color contains mainly: green. Hex color #9CE42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CE42F is #631BD0. Grayscale: #BABABA. Windows color (decimal): -6495185 or 3138716. OLE color: 3138716.

HSL color Cylindrical-coordinate representation of color #9CE42F: hue angle of 83.87º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9CE42F is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB15622847-
CMYK0.3200.790.11
HSL83.87º77.02%53.92%-
HSV(B)83.87º79.39%89.41%-
XYZ41.9762.7612.59-
YUV185.8449.65106.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.19%
GREEN value IS 228 (89.45% from 255) = 52.90%
BLUE value IS 47 (18.75% from 255) = 10.90%
R=36.19%
G=52.90%
B=10.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal156228470.3200.790.1183.8777.0253.92
Hex9CE42F2004FB544d36
Octal234344574001171312411566
Binary100111001110010010111110000001001111101110101001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,228,47); }

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

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

 a { background-color: rgb(156,228,47); }

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

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

 span { border-color: rgb(156,228,47); }

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