Html Css Color HEX #9EE834 Atlantis

📋 copy color: '#9EE834'

red 158 ◦ green 232 ◦ blue 52

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

Shades of Atlantis #9EE834

Tints of Atlantis #9EE834

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.49%

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

R = 35.75%
G = 52.49%
B = 11.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#9EE834 (or 0x9EE834) is known color: Atlantis. HEX triplet: 9E, E8 and 34. RGB value is (158,232,52). Sum of RGB (Red+Green+Blue) = 158+232+52=442 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.75% from 442); Green value is 232 (91.02% from 255 or 52.49% from 442); Blue value is 52 (20.70% from 255 or 11.76% from 442); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE834 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EE834 is #6117CB. Grayscale: #BEBEBE. Windows color (decimal): -6363084 or 3467422. OLE color: 3467422.

HSL color Cylindrical-coordinate representation of color #9EE834: hue angle of 84.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EE834 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 232 52 -
CMYK 0.32 0 0.78 0.09
HSL 84.67º 0.8% 0.56% -
HSV(B) 84.67º 0.78% 0.91% -
XYZ 43.58 65.23 13.54 -
YUV 189.35 50.48 105.64 -
System Red Green Blue C M Y K H S L
Decimal 158 232 52 0.32 0 0.78 0.09 84.67 0.8 0.56
Hex 9E E8 34 20 0 4E 9 55 50 38
Octal 236 350 64 40 0 116 11 125 120 70
Binary 10011110 11101000 110100 100000 0 1001110 1001 1010101 1010000 111000

Color Harmonies of #9EE834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE834

Black with #9EE834

Text Example


Text Example

White with #9EE834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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