#AFD969

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

Shades of Conifer #AFD969

Tints of Conifer #AFD969

Color information

#AFD969 (or 0xAFD969) is unknown color: approx Conifer. HEX triplet: AF, D9 and 69. RGB value is (175,217,105). Sum of RGB (Red+Green+Blue) = 175+217+105=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 105 (41.41% from 255 or 21.13% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD969 is #502696. Grayscale: #C0C0C0. Windows color (decimal): -5252759 or 6937007. OLE color: 6937007.

HSL color Cylindrical-coordinate representation of color #AFD969: hue angle of 82.5º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFD969 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB175217105-
CMYK0.1900.520.15
HSL82.5º59.57%63.14%-
HSV(B)82.5º51.61%85.1%-
XYZ45.0459.7622.53-
YUV191.6779.09116.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 217 (85.16% from 255) = 43.66%
BLUE value IS 105 (41.41% from 255) = 21.13%
R=35.21%
G=43.66%
B=21.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171050.1900.520.1582.559.5763.14
HexAFD96913034F523c3f
Octal25733115123064171227477
Binary1010111111011001110100110011011010011111010010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD969; }

 p { color: rgb(175,217,105); }

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

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

 a { background-color: rgb(175,217,105); }

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

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

 span { border-color: rgb(175,217,105); }

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