#AFD669

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

Shades of Conifer #AFD669

Tints of Conifer #AFD669

Color information

#AFD669 (or 0xAFD669) is unknown color: approx Conifer. HEX triplet: AF, D6 and 69. RGB value is (175,214,105). Sum of RGB (Red+Green+Blue) = 175+214+105=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD669 is #502996. Grayscale: #BEBEBE. Windows color (decimal): -5253527 or 6936239. OLE color: 6936239.

HSL color Cylindrical-coordinate representation of color #AFD669: hue angle of 81.47º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFD669 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB175214105-
CMYK0.1800.510.16
HSL81.47º57.07%62.55%-
HSV(B)81.47º50.93%83.92%-
XYZ44.2858.2322.27-
YUV189.9180.08117.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 214 (83.98% from 255) = 43.32%
BLUE value IS 105 (41.41% from 255) = 21.26%
R=35.43%
G=43.32%
B=21.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141050.1800.510.1681.4757.0762.55
HexAFD669120331051393f
Octal25732615122063201217177
Binary10101111110101101101001100100110011100001010001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD669; }

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

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

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

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

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

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

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

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