Html Css Color HEX #9EE534 Atlantis

📋 copy color: '#9EE534'

red 158 ◦ green 229 ◦ blue 52

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

Shades of Atlantis #9EE534

Tints of Atlantis #9EE534

RGB

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

 GREEN value IS 229 (89.84% from 255) = 52.16%

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

R = 35.99%
G = 52.16%
B = 11.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#9EE534 (or 0x9EE534) is known color: Atlantis. HEX triplet: 9E, E5 and 34. RGB value is (158,229,52). Sum of RGB (Red+Green+Blue) = 158+229+52=439 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.99% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE534 is #611ACB. Grayscale: #BCBCBC. Windows color (decimal): -6363852 or 3466654. OLE color: 3466654.

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

Color convert

RGB 158 229 52 -
CMYK 0.31 0 0.77 0.10
HSL 84.07º 0.77% 0.55% -
HSV(B) 84.07º 0.77% 0.9% -
XYZ 42.74 63.56 13.26 -
YUV 187.59 51.48 106.89 -
System Red Green Blue C M Y K H S L
Decimal 158 229 52 0.31 0 0.77 0.10 84.07 0.77 0.55
Hex 9E E5 34 1F 0 4D A 54 4D 37
Octal 236 345 64 37 0 115 12 124 115 67
Binary 10011110 11100101 110100 11111 0 1001101 1010 1010100 1001101 110111

Color Harmonies of #9EE534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE534

Black with #9EE534

Text Example


Text Example

White with #9EE534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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