Html Css Color HEX #9FF60F Spring Bud

📋 copy color: '#9FF60F'

red 159 ◦ green 246 ◦ blue 15

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

Shades of Spring Bud #9FF60F

Tints of Spring Bud #9FF60F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 58.57%

 BLUE value IS 15 (6.25% from 255) = 3.57%

R = 37.86%
G = 58.57%
B = 3.57%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#9FF60F (or 0x9FF60F) is known color: Spring Bud. HEX triplet: 9F, F6 and 0F. RGB value is (159,246,15). Sum of RGB (Red+Green+Blue) = 159+246+15=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 246 (96.48% from 255 or 58.57% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF60F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF60F is #6009F0. Grayscale: #C2C2C2. Windows color (decimal): -6294001 or 1046175. OLE color: 1046175.

HSL color Cylindrical-coordinate representation of color #9FF60F: hue angle of 82.6º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FF60F is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 246 15 -
CMYK 0.35 0 0.94 0.04
HSL 82.6º 0.93% 0.51% -
HSV(B) 82.6º 0.94% 0.96% -
XYZ 47.34 73.32 12.11 -
YUV 193.65 27.18 103.28 -
System Red Green Blue C M Y K H S L
Decimal 159 246 15 0.35 0 0.94 0.04 82.6 0.93 0.51
Hex 9F F6 F 23 0 5E 4 53 5D 33
Octal 237 366 17 43 0 136 4 123 135 63
Binary 10011111 11110110 1111 100011 0 1011110 100 1010011 1011101 110011

Color Harmonies of #9FF60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF60F

Black with #9FF60F

Text Example


Text Example

White with #9FF60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,246,15); }

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

background-color css

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

 a { background-color: rgb(159,246,15); }

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

border-color css

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

 span { border-color: rgb(159,246,15); }

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