Html Css Color HEX #9FFE0F Spring Bud

📋 copy color: '#9FFE0F'

red 159 ◦ green 254 ◦ blue 15

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

Shades of Spring Bud #9FFE0F

Tints of Spring Bud #9FFE0F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 59.35%

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

R = 37.15%
G = 59.35%
B = 3.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#9FFE0F (or 0x9FFE0F) is known color: Spring Bud. HEX triplet: 9F, FE and 0F. RGB value is (159,254,15). Sum of RGB (Red+Green+Blue) = 159+254+15=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 254 (99.61% from 255 or 59.35% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFE0F is #6001F0. Grayscale: #C7C7C7. Windows color (decimal): -6291953 or 1048223. OLE color: 1048223.

HSL color Cylindrical-coordinate representation of color #9FFE0F: hue angle of 83.85º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FFE0F is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 254 15 -
CMYK 0.37 0 0.94 0.00
HSL 83.85º 0.99% 0.53% -
HSV(B) 83.85º 0.94% 1% -
XYZ 49.83 78.29 12.94 -
YUV 198.35 24.53 99.93 -
System Red Green Blue C M Y K H S L
Decimal 159 254 15 0.37 0 0.94 0.00 83.85 0.99 0.53
Hex 9F FE F 25 0 5E 0 54 63 35
Octal 237 376 17 45 0 136 0 124 143 65
Binary 10011111 11111110 1111 100101 0 1011110 0 1010100 1100011 110101

Color Harmonies of #9FFE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFE0F

Black with #9FFE0F

Text Example


Text Example

White with #9FFE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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