#9CE03E

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

Shades of Atlantis #9CE03E

Tints of Atlantis #9CE03E

Color information

#9CE03E (or 0x9CE03E) is unknown color: approx Atlantis. HEX triplet: 9C, E0 and 3E. RGB value is (156,224,62). Sum of RGB (Red+Green+Blue) = 156+224+62=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE03E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CE03E is #631FC1. Grayscale: #B9B9B9. Windows color (decimal): -6496194 or 4120732. OLE color: 4120732.

HSL color Cylindrical-coordinate representation of color #9CE03E: hue angle of 85.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CE03E is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB15622462-
CMYK0.3000.720.12
HSL85.19º72.32%56.08%-
HSV(B)85.19º72.32%87.84%-
XYZ41.2460.7314.11-
YUV185.258.47107.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.29%
GREEN value IS 224 (87.89% from 255) = 50.68%
BLUE value IS 62 (24.61% from 255) = 14.03%
R=35.29%
G=50.68%
B=14.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal156224620.3000.720.1285.1972.3256.08
Hex9CE03E1E048C554838
Octal234340763601101412511070
Binary10011100111000001111101111001001000110010101011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,224,62); }

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

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

 a { background-color: rgb(156,224,62); }

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

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

 span { border-color: rgb(156,224,62); }

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