Html Css Color HEX #9EE434 Atlantis

📋 copy color: '#9EE434'

red 158 ◦ green 228 ◦ blue 52

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

Shades of Atlantis #9EE434

Tints of Atlantis #9EE434

RGB

 RED value IS 158 (62.11% from 255) = 36.07%

 GREEN value IS 228 (89.45% from 255) = 52.05%

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

R = 36.07%
G = 52.05%
B = 11.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#9EE434 (or 0x9EE434) is known color: Atlantis. HEX triplet: 9E, E4 and 34. RGB value is (158,228,52). Sum of RGB (Red+Green+Blue) = 158+228+52=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 228 (89.45% from 255 or 52.05% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE434 is #611BCB. Grayscale: #BBBBBB. Windows color (decimal): -6364108 or 3466398. OLE color: 3466398.

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

Color convert

RGB 158 228 52 -
CMYK 0.31 0 0.77 0.11
HSL 83.86º 0.77% 0.55% -
HSV(B) 83.86º 0.77% 0.89% -
XYZ 42.46 63 13.17 -
YUV 187.01 51.81 107.31 -
System Red Green Blue C M Y K H S L
Decimal 158 228 52 0.31 0 0.77 0.11 83.86 0.77 0.55
Hex 9E E4 34 1F 0 4D B 54 4D 37
Octal 236 344 64 37 0 115 13 124 115 67
Binary 10011110 11100100 110100 11111 0 1001101 1011 1010100 1001101 110111

Color Harmonies of #9EE434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE434

Black with #9EE434

Text Example


Text Example

White with #9EE434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,228,52); }

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

background-color css

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

 a { background-color: rgb(158,228,52); }

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

border-color css

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

 span { border-color: rgb(158,228,52); }

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