#AFCD5D

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

Shades of Conifer #AFCD5D

Tints of Conifer #AFCD5D

Color information

#AFCD5D (or 0xAFCD5D) is unknown color: approx Conifer. HEX triplet: AF, CD and 5D. RGB value is (175,205,93). Sum of RGB (Red+Green+Blue) = 175+205+93=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD5D is #5032A2. Grayscale: #B7B7B7. Windows color (decimal): -5255843 or 6147503. OLE color: 6147503.

HSL color Cylindrical-coordinate representation of color #AFCD5D: hue angle of 76.07º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFCD5D is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB17520593-
CMYK0.1500.550.20
HSL76.07º52.83%58.43%-
HSV(B)76.07º54.63%80.39%-
XYZ41.4953.5718.51-
YUV183.2677.06122.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 205 (80.47% from 255) = 43.34%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=37.00%
G=43.34%
B=19.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175205930.1500.550.2076.0752.8358.43
HexAFCD5DF037144c353a
Octal25731513517067241146572
Binary1010111111001101101110111110110111101001001100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD5D; }

 p { color: rgb(175,205,93); }

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

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

 a { background-color: rgb(175,205,93); }

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

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

 span { border-color: rgb(175,205,93); }

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