Html Css Color HEX #9CE041 Atlantis

📋 copy color: '#9CE041'

red 156 ◦ green 224 ◦ blue 65

#9CE041
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9CE041

Tints of Atlantis #9CE041

RGB

 RED value IS 156 (61.33% from 255) = 35.06%

 GREEN value IS 224 (87.89% from 255) = 50.34%

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 35.06%
G = 50.34%
B = 14.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#9CE041 (or 0x9CE041) is known color: Atlantis. HEX triplet: 9C, E0 and 41. RGB value is (156,224,65). Sum of RGB (Red+Green+Blue) = 156+224+65=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CE041 is #631FBE. Grayscale: #BABABA. Windows color (decimal): -6496191 or 4317340. OLE color: 4317340.

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

Color convert

RGB 156 224 65 -
CMYK 0.30 0 0.71 0.12
HSL 85.66º 0.72% 0.57% -
HSV(B) 85.66º 0.71% 0.88% -
XYZ 41.32 60.76 14.55 -
YUV 185.54 59.97 106.93 -
System Red Green Blue C M Y K H S L
Decimal 156 224 65 0.30 0 0.71 0.12 85.66 0.72 0.57
Hex 9C E0 41 1E 0 47 C 56 48 39
Octal 234 340 101 36 0 107 14 126 110 71
Binary 10011100 11100000 1000001 11110 0 1000111 1100 1010110 1001000 111001

Color Harmonies of #9CE041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE041

Black with #9CE041

Text Example


Text Example

White with #9CE041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CE041;
 }
 .AnyTagClassName
 {
   color: #9CE041;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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