Html Css Color HEX #9EFA07 Spring Bud

📋 copy color: '#9EFA07'

red 158 ◦ green 250 ◦ blue 7

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

Shades of Spring Bud #9EFA07

Tints of Spring Bud #9EFA07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 38.07%
G = 60.24%
B = 1.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#9EFA07 (or 0x9EFA07) is known color: Spring Bud. HEX triplet: 9E, FA and 07. RGB value is (158,250,7). Sum of RGB (Red+Green+Blue) = 158+250+7=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 250 (98.05% from 255 or 60.24% from 415); Blue value is 7 (3.12% from 255 or 1.69% from 415); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFA07 is #6105F8. Grayscale: #C3C3C3. Windows color (decimal): -6358521 or 522910. OLE color: 522910.

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

Color convert

RGB 158 250 7 -
CMYK 0.37 0 0.97 0.02
HSL 82.72º 0.96% 0.5% -
HSV(B) 82.72º 0.97% 0.98% -
XYZ 48.32 75.66 12.26 -
YUV 194.79 22.02 101.76 -
System Red Green Blue C M Y K H S L
Decimal 158 250 7 0.37 0 0.97 0.02 82.72 0.96 0.5
Hex 9E FA 7 25 0 61 2 53 60 32
Octal 236 372 7 45 0 141 2 123 140 62
Binary 10011110 11111010 111 100101 0 1100001 10 1010011 1100000 110010

Color Harmonies of #9EFA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFA07

Black with #9EFA07

Text Example


Text Example

White with #9EFA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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