Html Css Color HEX #9FFB02 Spring Bud

📋 copy color: '#9FFB02'

red 159 ◦ green 251 ◦ blue 2

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

Shades of Spring Bud #9FFB02

Tints of Spring Bud #9FFB02

RGB

 RED value IS 159 (62.5% from 255) = 38.59%

 GREEN value IS 251 (98.44% from 255) = 60.92%

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

R = 38.59%
G = 60.92%
B = 0.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#9FFB02 (or 0x9FFB02) is known color: Spring Bud. HEX triplet: 9F, FB and 02. RGB value is (159,251,2). Sum of RGB (Red+Green+Blue) = 159+251+2=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 251 (98.44% from 255 or 60.92% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFB02 is #6004FD. Grayscale: #C4C4C4. Windows color (decimal): -6292734 or 195487. OLE color: 195487.

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

Color convert

RGB 159 251 2 -
CMYK 0.37 0 0.99 0.02
HSL 82.17º 0.98% 0.5% -
HSV(B) 82.17º 0.99% 0.98% -
XYZ 48.81 76.37 12.23 -
YUV 195.11 19.02 102.25 -
System Red Green Blue C M Y K H S L
Decimal 159 251 2 0.37 0 0.99 0.02 82.17 0.98 0.5
Hex 9F FB 2 25 0 63 2 52 62 32
Octal 237 373 2 45 0 143 2 122 142 62
Binary 10011111 11111011 10 100101 0 1100011 10 1010010 1100010 110010

Color Harmonies of #9FFB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFB02

Black with #9FFB02

Text Example


Text Example

White with #9FFB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,251,2); }

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

background-color css

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

 a { background-color: rgb(159,251,2); }

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

border-color css

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

 span { border-color: rgb(159,251,2); }

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