Html Css Color HEX #9EFA05 Spring Bud

📋 copy color: '#9EFA05'

red 158 ◦ green 250 ◦ blue 5

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

Shades of Spring Bud #9EFA05

Tints of Spring Bud #9EFA05

RGB

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

 GREEN value IS 250 (98.05% from 255) = 60.53%

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 38.26%
G = 60.53%
B = 1.21%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#9EFA05 (or 0x9EFA05) is known color: Spring Bud. HEX triplet: 9E, FA and 05. RGB value is (158,250,5). Sum of RGB (Red+Green+Blue) = 158+250+5=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 250 (98.05% from 255 or 60.53% from 413); Blue value is 5 (2.34% from 255 or 1.21% from 413); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFA05 is #6105FA. Grayscale: #C3C3C3. Windows color (decimal): -6358523 or 391838. OLE color: 391838.

HSL color Cylindrical-coordinate representation of color #9EFA05: hue angle of 82.53º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EFA05 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 250 5 -
CMYK 0.37 0 0.98 0.02
HSL 82.53º 0.96% 0.5% -
HSV(B) 82.53º 0.98% 0.98% -
XYZ 48.31 75.65 12.2 -
YUV 194.56 21.02 101.92 -
System Red Green Blue C M Y K H S L
Decimal 158 250 5 0.37 0 0.98 0.02 82.53 0.96 0.5
Hex 9E FA 5 25 0 62 2 53 60 32
Octal 236 372 5 45 0 142 2 123 140 62
Binary 10011110 11111010 101 100101 0 1100010 10 1010011 1100000 110010

Color Harmonies of #9EFA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFA05

Black with #9EFA05

Text Example


Text Example

White with #9EFA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,250,5); }

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

background-color css

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

 a { background-color: rgb(158,250,5); }

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

border-color css

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

 span { border-color: rgb(158,250,5); }

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