Html Css Color HEX #9EEB02 Spring Bud

📋 copy color: '#9EEB02'

red 158 ◦ green 235 ◦ blue 2

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

Shades of Spring Bud #9EEB02

Tints of Spring Bud #9EEB02

RGB

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

 GREEN value IS 235 (92.19% from 255) = 59.49%

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

R = 40%
G = 59.49%
B = 0.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#9EEB02 (or 0x9EEB02) is known color: Spring Bud. HEX triplet: 9E, EB and 02. RGB value is (158,235,2). Sum of RGB (Red+Green+Blue) = 158+235+2=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 235 (92.19% from 255 or 59.49% from 395); Blue value is 2 (1.17% from 255 or 0.51% from 395); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEB02 is #6114FD. Grayscale: #BABABA. Windows color (decimal): -6362366 or 191390. OLE color: 191390.

HSL color Cylindrical-coordinate representation of color #9EEB02: hue angle of 79.83º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EEB02 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 2 -
CMYK 0.33 0 0.99 0.08
HSL 79.83º 0.98% 0.46% -
HSV(B) 79.83º 0.99% 0.92% -
XYZ 43.82 66.69 10.62 -
YUV 185.42 24.49 108.45 -
System Red Green Blue C M Y K H S L
Decimal 158 235 2 0.33 0 0.99 0.08 79.83 0.98 0.46
Hex 9E EB 2 21 0 63 8 50 62 2E
Octal 236 353 2 41 0 143 10 120 142 56
Binary 10011110 11101011 10 100001 0 1100011 1000 1010000 1100010 101110

Color Harmonies of #9EEB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEB02

Black with #9EEB02

Text Example


Text Example

White with #9EEB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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