Html Css Color HEX #9FF60B Spring Bud

📋 copy color: '#9FF60B'

red 159 ◦ green 246 ◦ blue 11

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

Shades of Spring Bud #9FF60B

Tints of Spring Bud #9FF60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.64%

R = 38.22%
G = 59.13%
B = 2.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#9FF60B (or 0x9FF60B) is known color: Spring Bud. HEX triplet: 9F, F6 and 0B. RGB value is (159,246,11). Sum of RGB (Red+Green+Blue) = 159+246+11=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 246 (96.48% from 255 or 59.13% from 416); Blue value is 11 (4.69% from 255 or 2.64% from 416); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF60B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FF60B is #6009F4. Grayscale: #C2C2C2. Windows color (decimal): -6294005 or 784031. OLE color: 784031.

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

Color convert

RGB 159 246 11 -
CMYK 0.35 0 0.96 0.04
HSL 82.21º 0.93% 0.5% -
HSV(B) 82.21º 0.96% 0.96% -
XYZ 47.31 73.31 11.97 -
YUV 193.2 25.18 103.61 -
System Red Green Blue C M Y K H S L
Decimal 159 246 11 0.35 0 0.96 0.04 82.21 0.93 0.5
Hex 9F F6 B 23 0 60 4 52 5D 32
Octal 237 366 13 43 0 140 4 122 135 62
Binary 10011111 11110110 1011 100011 0 1100000 100 1010010 1011101 110010

Color Harmonies of #9FF60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF60B

Black with #9FF60B

Text Example


Text Example

White with #9FF60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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