Html Css Color HEX #9FF802 Spring Bud

📋 copy color: '#9FF802'

red 159 ◦ green 248 ◦ blue 2

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

Shades of Spring Bud #9FF802

Tints of Spring Bud #9FF802

RGB

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

 GREEN value IS 248 (97.27% from 255) = 60.64%

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

R = 38.88%
G = 60.64%
B = 0.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#9FF802 (or 0x9FF802) is known color: Spring Bud. HEX triplet: 9F, F8 and 02. RGB value is (159,248,2). Sum of RGB (Red+Green+Blue) = 159+248+2=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 248 (97.27% from 255 or 60.64% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF802 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF802 is #6007FD. Grayscale: #C2C2C2. Windows color (decimal): -6293502 or 194719. OLE color: 194719.

HSL color Cylindrical-coordinate representation of color #9FF802: hue angle of 81.71º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FF802 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 248 2 -
CMYK 0.36 0 0.99 0.03
HSL 81.71º 0.98% 0.49% -
HSV(B) 81.71º 0.99% 0.97% -
XYZ 47.88 74.51 11.92 -
YUV 193.35 20.01 103.5 -
System Red Green Blue C M Y K H S L
Decimal 159 248 2 0.36 0 0.99 0.03 81.71 0.98 0.49
Hex 9F F8 2 24 0 63 3 52 62 31
Octal 237 370 2 44 0 143 3 122 142 61
Binary 10011111 11111000 10 100100 0 1100011 11 1010010 1100010 110001

Color Harmonies of #9FF802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF802

Black with #9FF802

Text Example


Text Example

White with #9FF802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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