#AFFE0F

Color #AFFE0F Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #AFFE0F

Tints of Spring Bud #AFFE0F

Color information

#AFFE0F (or 0xAFFE0F) is unknown color: approx Spring Bud. HEX triplet: AF, FE and 0F. RGB value is (175,254,15). Sum of RGB (Red+Green+Blue) = 175+254+15=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 254 (99.61% from 255 or 57.21% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #AFFE0F is #5001F0. Grayscale: #CCCCCC. Windows color (decimal): -5243377 or 1048239. OLE color: 1048239.

HSL color Cylindrical-coordinate representation of color #AFFE0F: hue angle of 79.83º 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 #AFFE0F is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB17525415-
CMYK0.3100.940.00
HSL79.83º99.17%52.75%-
HSV(B)79.83º94.09%99.61%-
XYZ53.2180.0313.1-
YUV203.1321.83107.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 254 (99.61% from 255) = 57.21%
BLUE value IS 15 (6.25% from 255) = 3.38%
R=39.41%
G=57.21%
B=3.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal175254150.3100.940.0079.8399.1752.75
HexAFFEF1F05E0506335
Octal25737617370136012014365
Binary101011111111111011111111101011110010100001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFE0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFE0F; }

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

 H1.HeaderClassName
 {
   color: #AFFE0F;
 }
 .AnyTagClassName
 {
   color: #AFFE0F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #AFFE0F;
 }
 .BgClassName
 {
   background-color: #AFFE0F;
 }
</style>
border-color css

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

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

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