Html Css Color HEX #9EFC06 Spring Bud

📋 copy color: '#9EFC06'

red 158 ◦ green 252 ◦ blue 6

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

Shades of Spring Bud #9EFC06

Tints of Spring Bud #9EFC06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.44%

R = 37.98%
G = 60.58%
B = 1.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#9EFC06 (or 0x9EFC06) is known color: Spring Bud. HEX triplet: 9E, FC and 06. RGB value is (158,252,6). Sum of RGB (Red+Green+Blue) = 158+252+6=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 252 (98.83% from 255 or 60.58% from 416); Blue value is 6 (2.73% from 255 or 1.44% from 416); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFC06 is #6103F9. Grayscale: #C4C4C4. Windows color (decimal): -6358010 or 457886. OLE color: 457886.

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

Color convert

RGB 158 252 6 -
CMYK 0.37 0 0.98 0.01
HSL 82.93º 0.98% 0.51% -
HSV(B) 82.93º 0.98% 0.99% -
XYZ 48.94 76.9 12.44 -
YUV 195.85 20.86 101 -
System Red Green Blue C M Y K H S L
Decimal 158 252 6 0.37 0 0.98 0.01 82.93 0.98 0.51
Hex 9E FC 6 25 0 62 1 53 62 33
Octal 236 374 6 45 0 142 1 123 142 63
Binary 10011110 11111100 110 100101 0 1100010 1 1010011 1100010 110011

Color Harmonies of #9EFC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFC06

Black with #9EFC06

Text Example


Text Example

White with #9EFC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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