Html Css Color HEX #9EFC02 Spring Bud

📋 copy color: '#9EFC02'

red 158 ◦ green 252 ◦ blue 2

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

Shades of Spring Bud #9EFC02

Tints of Spring Bud #9EFC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 38.35%
G = 61.17%
B = 0.49%

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

#9EFC02 (or 0x9EFC02) is known color: Spring Bud. HEX triplet: 9E, FC and 02. RGB value is (158,252,2). Sum of RGB (Red+Green+Blue) = 158+252+2=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 252 (98.83% from 255 or 61.17% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFC02 is #6103FD. Grayscale: #C4C4C4. Windows color (decimal): -6358014 or 195742. OLE color: 195742.

HSL color Cylindrical-coordinate representation of color #9EFC02: hue angle of 82.56º 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 #9EFC02 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 252 2 -
CMYK 0.37 0 0.99 0.01
HSL 82.56º 0.98% 0.5% -
HSV(B) 82.56º 0.99% 0.99% -
XYZ 48.92 76.89 12.32 -
YUV 195.39 18.86 101.33 -
System Red Green Blue C M Y K H S L
Decimal 158 252 2 0.37 0 0.99 0.01 82.56 0.98 0.5
Hex 9E FC 2 25 0 63 1 53 62 32
Octal 236 374 2 45 0 143 1 123 142 62
Binary 10011110 11111100 10 100101 0 1100011 1 1010011 1100010 110010

Color Harmonies of #9EFC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFC02

Black with #9EFC02

Text Example


Text Example

White with #9EFC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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