Html Css Color HEX #9FF002 Spring Bud

📋 copy color: '#9FF002'

red 159 ◦ green 240 ◦ blue 2

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

Shades of Spring Bud #9FF002

Tints of Spring Bud #9FF002

RGB

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

 GREEN value IS 240 (94.14% from 255) = 59.85%

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

R = 39.65%
G = 59.85%
B = 0.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#9FF002 (or 0x9FF002) is known color: Spring Bud. HEX triplet: 9F, F0 and 02. RGB value is (159,240,2). Sum of RGB (Red+Green+Blue) = 159+240+2=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 240 (94.14% from 255 or 59.85% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF002 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF002 is #600FFD. Grayscale: #BDBDBD. Windows color (decimal): -6295550 or 192671. OLE color: 192671.

HSL color Cylindrical-coordinate representation of color #9FF002: hue angle of 80.42º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FF002 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 240 2 -
CMYK 0.34 0 0.99 0.06
HSL 80.42º 0.98% 0.47% -
HSV(B) 80.42º 0.99% 0.94% -
XYZ 45.47 69.7 11.11 -
YUV 188.65 22.66 106.85 -
System Red Green Blue C M Y K H S L
Decimal 159 240 2 0.34 0 0.99 0.06 80.42 0.98 0.47
Hex 9F F0 2 22 0 63 6 50 62 2F
Octal 237 360 2 42 0 143 6 120 142 57
Binary 10011111 11110000 10 100010 0 1100011 110 1010000 1100010 101111

Color Harmonies of #9FF002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF002

Black with #9FF002

Text Example


Text Example

White with #9FF002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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