Html Css Color HEX #9EEF03 Spring Bud

📋 copy color: '#9EEF03'

red 158 ◦ green 239 ◦ blue 3

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

Shades of Spring Bud #9EEF03

Tints of Spring Bud #9EEF03

RGB

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

 GREEN value IS 239 (93.75% from 255) = 59.75%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 39.5%
G = 59.75%
B = 0.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#9EEF03 (or 0x9EEF03) is known color: Spring Bud. HEX triplet: 9E, EF and 03. RGB value is (158,239,3). Sum of RGB (Red+Green+Blue) = 158+239+3=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 239 (93.75% from 255 or 59.75% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EEF03 is #6110FC. Grayscale: #BCBCBC. Windows color (decimal): -6361341 or 257950. OLE color: 257950.

HSL color Cylindrical-coordinate representation of color #9EEF03: hue angle of 80.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EEF03 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 239 3 -
CMYK 0.34 0 0.99 0.06
HSL 80.59º 0.98% 0.47% -
HSV(B) 80.59º 0.99% 0.94% -
XYZ 44.98 69.01 11.04 -
YUV 187.88 23.66 106.69 -
System Red Green Blue C M Y K H S L
Decimal 158 239 3 0.34 0 0.99 0.06 80.59 0.98 0.47
Hex 9E EF 3 22 0 63 6 51 62 2F
Octal 236 357 3 42 0 143 6 121 142 57
Binary 10011110 11101111 11 100010 0 1100011 110 1010001 1100010 101111

Color Harmonies of #9EEF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEF03

Black with #9EEF03

Text Example


Text Example

White with #9EEF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,239,3); }

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

background-color css

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

 a { background-color: rgb(158,239,3); }

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

border-color css

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

 span { border-color: rgb(158,239,3); }

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