Html Css Color HEX #9EFE0C Spring Bud

📋 copy color: '#9EFE0C'

red 158 ◦ green 254 ◦ blue 12

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

Shades of Spring Bud #9EFE0C

Tints of Spring Bud #9EFE0C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 59.91%

 BLUE value IS 12 (5.08% from 255) = 2.83%

R = 37.26%
G = 59.91%
B = 2.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#9EFE0C (or 0x9EFE0C) is known color: Spring Bud. HEX triplet: 9E, FE and 0C. RGB value is (158,254,12). Sum of RGB (Red+Green+Blue) = 158+254+12=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 254 (99.61% from 255 or 59.91% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFE0C is #6101F3. Grayscale: #C6C6C6. Windows color (decimal): -6357492 or 851614. OLE color: 851614.

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

Color convert

RGB 158 254 12 -
CMYK 0.38 0 0.95 0.00
HSL 83.8º 0.99% 0.52% -
HSV(B) 83.8º 0.95% 1% -
XYZ 49.61 78.18 12.82 -
YUV 197.71 23.2 99.68 -
System Red Green Blue C M Y K H S L
Decimal 158 254 12 0.38 0 0.95 0.00 83.8 0.99 0.52
Hex 9E FE C 26 0 5F 0 54 63 34
Octal 236 376 14 46 0 137 0 124 143 64
Binary 10011110 11111110 1100 100110 0 1011111 0 1010100 1100011 110100

Color Harmonies of #9EFE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFE0C

Black with #9EFE0C

Text Example


Text Example

White with #9EFE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,254,12); }

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

background-color css

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

 a { background-color: rgb(158,254,12); }

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

border-color css

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

 span { border-color: rgb(158,254,12); }

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