#AFD063

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

Shades of Conifer #AFD063

Tints of Conifer #AFD063

Color information

#AFD063 (or 0xAFD063) is unknown color: approx Conifer. HEX triplet: AF, D0 and 63. RGB value is (175,208,99). Sum of RGB (Red+Green+Blue) = 175+208+99=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD063 is #502F9C. Grayscale: #BABABA. Windows color (decimal): -5255069 or 6541487. OLE color: 6541487.

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

Color convert

RGB17520899-
CMYK0.1600.520.18
HSL78.17º53.69%60.2%-
HSV(B)78.17º52.4%81.57%-
XYZ42.4955.1320.21-
YUV185.7179.07120.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 99 (39.06% from 255) = 20.54%
R=36.31%
G=43.15%
B=20.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175208990.1600.520.1878.1753.6960.2
HexAFD06310034124e363c
Octal25732014320064221166674
Binary10101111110100001100011100000110100100101001110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD063; }

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

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

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

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

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

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

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

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