#AFD467

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

Shades of Conifer #AFD467

Tints of Conifer #AFD467

Color information

#AFD467 (or 0xAFD467) is unknown color: approx Conifer. HEX triplet: AF, D4 and 67. RGB value is (175,212,103). Sum of RGB (Red+Green+Blue) = 175+212+103=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD467 is #502B98. Grayscale: #BCBCBC. Windows color (decimal): -5254041 or 6804655. OLE color: 6804655.

HSL color Cylindrical-coordinate representation of color #AFD467: hue angle of 80.37º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFD467 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB175212103-
CMYK0.1700.510.17
HSL80.37º55.9%61.76%-
HSV(B)80.37º51.42%83.14%-
XYZ43.6757.1821.57-
YUV188.5179.74118.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 212 (83.20% from 255) = 43.27%
BLUE value IS 103 (40.62% from 255) = 21.02%
R=35.71%
G=43.27%
B=21.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121030.1700.510.1780.3755.961.76
HexAFD467110331150383e
Octal25732414721063211207076
Binary10101111110101001100111100010110011100011010000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD467; }

 p { color: rgb(175,212,103); }

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

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

 a { background-color: rgb(175,212,103); }

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

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

 span { border-color: rgb(175,212,103); }

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