Html Css Color HEX #9EE502 Spring Bud

📋 copy color: '#9EE502'

red 158 ◦ green 229 ◦ blue 2

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

Shades of Spring Bud #9EE502

Tints of Spring Bud #9EE502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 40.62%
G = 58.87%
B = 0.51%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#9EE502 (or 0x9EE502) is known color: Spring Bud. HEX triplet: 9E, E5 and 02. RGB value is (158,229,2). Sum of RGB (Red+Green+Blue) = 158+229+2=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 229 (89.84% from 255 or 58.87% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EE502 is #611AFD. Grayscale: #B6B6B6. Windows color (decimal): -6363902 or 189854. OLE color: 189854.

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

Color convert

RGB 158 229 2 -
CMYK 0.31 0 0.99 0.10
HSL 78.77º 0.98% 0.45% -
HSV(B) 78.77º 0.99% 0.9% -
XYZ 42.13 63.31 10.06 -
YUV 181.89 26.48 110.96 -
System Red Green Blue C M Y K H S L
Decimal 158 229 2 0.31 0 0.99 0.10 78.77 0.98 0.45
Hex 9E E5 2 1F 0 63 A 4F 62 2D
Octal 236 345 2 37 0 143 12 117 142 55
Binary 10011110 11100101 10 11111 0 1100011 1010 1001111 1100010 101101

Color Harmonies of #9EE502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE502

Black with #9EE502

Text Example


Text Example

White with #9EE502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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