Html Css Color HEX #9EFF04 Spring Bud

📋 copy color: '#9EFF04'

red 158 ◦ green 255 ◦ blue 4

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

Shades of Spring Bud #9EFF04

Tints of Spring Bud #9EFF04

RGB

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

 GREEN value IS 255 (100% from 255) = 61.15%

 BLUE value IS 4 (1.95% from 255) = 0.96%

R = 37.89%
G = 61.15%
B = 0.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#9EFF04 (or 0x9EFF04) is known color: Spring Bud. HEX triplet: 9E, FF and 04. RGB value is (158,255,4). Sum of RGB (Red+Green+Blue) = 158+255+4=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 4 (1.95% from 255 or 0.96% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFF04 is #6100FB. Grayscale: #C6C6C6. Windows color (decimal): -6357244 or 327582. OLE color: 327582.

HSL color Cylindrical-coordinate representation of color #9EFF04: hue angle of 83.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EFF04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 158 255 4 -
CMYK 0.38 0 0.98 0
HSL 83.19º 1% 0.51% -
HSV(B) 83.19º 0.98% 1% -
XYZ 49.88 78.8 12.7 -
YUV 197.38 18.86 99.91 -
System Red Green Blue C M Y K H S L
Decimal 158 255 4 0.38 0 0.98 0 83.19 1 0.51
Hex 9E FF 4 26 0 62 0 53 64 33
Octal 236 377 4 46 0 142 0 123 144 63
Binary 10011110 11111111 100 100110 0 1100010 0 1010011 1100100 110011

Color Harmonies of #9EFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFF04

Black with #9EFF04

Text Example


Text Example

White with #9EFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,255,4); }

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

background-color css

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

 a { background-color: rgb(158,255,4); }

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

border-color css

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

 span { border-color: rgb(158,255,4); }

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