#AFDC67

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

Shades of Conifer #AFDC67

Tints of Conifer #AFDC67

Color information

#AFDC67 (or 0xAFDC67) is unknown color: approx Conifer. HEX triplet: AF, DC and 67. RGB value is (175,220,103). Sum of RGB (Red+Green+Blue) = 175+220+103=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC67 is #502398. Grayscale: #C1C1C1. Windows color (decimal): -5251993 or 6806703. OLE color: 6806703.

HSL color Cylindrical-coordinate representation of color #AFDC67: hue angle of 83.08º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFDC67 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB175220103-
CMYK0.2000.530.14
HSL83.08º62.57%63.33%-
HSV(B)83.08º53.18%86.27%-
XYZ45.7261.2822.25-
YUV193.2177.09115.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 220 (86.33% from 255) = 44.18%
BLUE value IS 103 (40.62% from 255) = 20.68%
R=35.14%
G=44.18%
B=20.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752201030.2000.530.1483.0862.5763.33
HexAFDC6714035E533f3f
Octal25733414724065161237777
Binary1010111111011100110011110100011010111101010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDC67; }

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

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

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

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

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

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

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

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