#AFD044

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

Shades of Conifer #AFD044

Tints of Conifer #AFD044

Color information

#AFD044 (or 0xAFD044) is unknown color: approx Conifer. HEX triplet: AF, D0 and 44. RGB value is (175,208,68). Sum of RGB (Red+Green+Blue) = 175+208+68=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 208 (81.64% from 255 or 46.12% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD044 is #502FBB. Grayscale: #B6B6B6. Windows color (decimal): -5255100 or 4509871. OLE color: 4509871.

HSL color Cylindrical-coordinate representation of color #AFD044: hue angle of 74.14º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFD044 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB17520868-
CMYK0.1600.670.18
HSL74.14º59.83%54.12%-
HSV(B)74.14º67.31%81.57%-
XYZ41.2854.6413.84-
YUV182.1763.57122.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.80%
GREEN value IS 208 (81.64% from 255) = 46.12%
BLUE value IS 68 (26.95% from 255) = 15.08%
R=38.80%
G=46.12%
B=15.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175208680.1600.670.1874.1459.8354.12
HexAFD04410043124a3c36
Octal257320104200103221127466
Binary101011111101000010001001000001000011100101001010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD044; }

 p { color: rgb(175,208,68); }

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

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

 a { background-color: rgb(175,208,68); }

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

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

 span { border-color: rgb(175,208,68); }

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