Html Css Color HEX #9CE034 Atlantis

📋 copy color: '#9CE034'

red 156 ◦ green 224 ◦ blue 52

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

Shades of Atlantis #9CE034

Tints of Atlantis #9CE034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.04%

R = 36.11%
G = 51.85%
B = 12.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#9CE034 (or 0x9CE034) is known color: Atlantis. HEX triplet: 9C, E0 and 34. RGB value is (156,224,52). Sum of RGB (Red+Green+Blue) = 156+224+52=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CE034 is #631FCB. Grayscale: #B8B8B8. Windows color (decimal): -6496204 or 3465372. OLE color: 3465372.

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

Color convert

RGB 156 224 52 -
CMYK 0.30 0 0.77 0.12
HSL 83.72º 0.74% 0.54% -
HSV(B) 83.72º 0.77% 0.88% -
XYZ 40.99 60.63 12.79 -
YUV 184.06 53.47 107.99 -
System Red Green Blue C M Y K H S L
Decimal 156 224 52 0.30 0 0.77 0.12 83.72 0.74 0.54
Hex 9C E0 34 1E 0 4D C 54 4A 36
Octal 234 340 64 36 0 115 14 124 112 66
Binary 10011100 11100000 110100 11110 0 1001101 1100 1010100 1001010 110110

Color Harmonies of #9CE034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE034

Black with #9CE034

Text Example


Text Example

White with #9CE034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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