#AFFF59

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

Shades of Conifer #AFFF59

Tints of Conifer #AFFF59

Color information

#AFFF59 (or 0xAFFF59) is unknown color: approx Conifer. HEX triplet: AF, FF and 59. RGB value is (175,255,89). Sum of RGB (Red+Green+Blue) = 175+255+89=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF59 is #5000A6. Grayscale: #D4D4D4. Windows color (decimal): -5243047 or 5898159. OLE color: 5898159.

HSL color Cylindrical-coordinate representation of color #AFFF59: hue angle of 88.92º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFFF59 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB17525589-
CMYK0.3100.650
HSL88.92º100%67.45%-
HSV(B)88.92º65.1%100%-
XYZ55.2481.3622.24-
YUV212.1658.5101.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 255 (100% from 255) = 49.13%
BLUE value IS 89 (35.16% from 255) = 17.15%
R=33.72%
G=49.13%
B=17.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal175255890.3100.65088.9210067.45
HexAFFF591F0410596443
Octal2573771313701010131144103
Binary1010111111111111101100111111010000010101100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFF59; }

 p { color: rgb(175,255,89); }

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

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

 a { background-color: rgb(175,255,89); }

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

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

 span { border-color: rgb(175,255,89); }

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