Html Css Color HEX #9EFC03 Spring Bud

📋 copy color: '#9EFC03'

red 158 ◦ green 252 ◦ blue 3

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

Shades of Spring Bud #9EFC03

Tints of Spring Bud #9EFC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 38.26%
G = 61.02%
B = 0.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#9EFC03 (or 0x9EFC03) is known color: Spring Bud. HEX triplet: 9E, FC and 03. RGB value is (158,252,3). Sum of RGB (Red+Green+Blue) = 158+252+3=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 252 (98.83% from 255 or 61.02% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFC03 is #6103FC. Grayscale: #C4C4C4. Windows color (decimal): -6358013 or 261278. OLE color: 261278.

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

Color convert

RGB 158 252 3 -
CMYK 0.37 0 0.99 0.01
HSL 82.65º 0.98% 0.5% -
HSV(B) 82.65º 0.99% 0.99% -
XYZ 48.93 76.9 12.35 -
YUV 195.51 19.36 101.25 -
System Red Green Blue C M Y K H S L
Decimal 158 252 3 0.37 0 0.99 0.01 82.65 0.98 0.5
Hex 9E FC 3 25 0 63 1 53 62 32
Octal 236 374 3 45 0 143 1 123 142 62
Binary 10011110 11111100 11 100101 0 1100011 1 1010011 1100010 110010

Color Harmonies of #9EFC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFC03

Black with #9EFC03

Text Example


Text Example

White with #9EFC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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