Html Css Color HEX #9EFC0C Spring Bud

📋 copy color: '#9EFC0C'

red 158 ◦ green 252 ◦ blue 12

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

Shades of Spring Bud #9EFC0C

Tints of Spring Bud #9EFC0C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 59.72%

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

R = 37.44%
G = 59.72%
B = 2.84%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#9EFC0C (or 0x9EFC0C) is known color: Spring Bud. HEX triplet: 9E, FC and 0C. RGB value is (158,252,12). Sum of RGB (Red+Green+Blue) = 158+252+12=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 252 (98.83% from 255 or 59.72% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFC0C is #6103F3. Grayscale: #C5C5C5. Windows color (decimal): -6358004 or 851102. OLE color: 851102.

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

Color convert

RGB 158 252 12 -
CMYK 0.37 0 0.95 0.01
HSL 83.5º 0.98% 0.52% -
HSV(B) 83.5º 0.95% 0.99% -
XYZ 48.98 76.92 12.61 -
YUV 196.53 23.86 100.51 -
System Red Green Blue C M Y K H S L
Decimal 158 252 12 0.37 0 0.95 0.01 83.5 0.98 0.52
Hex 9E FC C 25 0 5F 1 54 62 34
Octal 236 374 14 45 0 137 1 124 142 64
Binary 10011110 11111100 1100 100101 0 1011111 1 1010100 1100010 110100

Color Harmonies of #9EFC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFC0C

Black with #9EFC0C

Text Example


Text Example

White with #9EFC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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