Html Css Color HEX #9FF200 Spring Bud

📋 copy color: '#9FF200'

red 159 ◦ green 242 ◦ blue 0

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

Shades of Spring Bud #9FF200

Tints of Spring Bud #9FF200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 60.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.65%
G = 60.35%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#9FF200 (or 0x9FF200) is known color: Spring Bud. HEX triplet: 9F, F2 and 00. RGB value is (159,242,0). Sum of RGB (Red+Green+Blue) = 159+242+0=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 242 (94.92% from 255 or 60.35% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF200 is #600DFF. Grayscale: #BEBEBE. Windows color (decimal): -6295040 or 62111. OLE color: 62111.

HSL color Cylindrical-coordinate representation of color #9FF200: hue angle of 80.58º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FF200 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 242 0 -
CMYK 0.34 0 1 0.05
HSL 80.58º 1% 0.47% -
HSV(B) 80.58º 1% 0.95% -
XYZ 46.05 70.88 11.25 -
YUV 189.6 21 106.18 -
System Red Green Blue C M Y K H S L
Decimal 159 242 0 0.34 0 1 0.05 80.58 1 0.47
Hex 9F F2 0 22 0 64 5 51 64 2F
Octal 237 362 0 42 0 144 5 121 144 57
Binary 10011111 11110010 0 100010 0 1100100 101 1010001 1100100 101111

Color Harmonies of #9FF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF200

Black with #9FF200

Text Example


Text Example

White with #9FF200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,242,0); }

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

background-color css

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

 a { background-color: rgb(159,242,0); }

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

border-color css

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

 span { border-color: rgb(159,242,0); }

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