#AFD05D

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

Shades of Conifer #AFD05D

Tints of Conifer #AFD05D

Color information

#AFD05D (or 0xAFD05D) is unknown color: approx Conifer. HEX triplet: AF, D0 and 5D. RGB value is (175,208,93). Sum of RGB (Red+Green+Blue) = 175+208+93=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD05D is #502FA2. Grayscale: #B9B9B9. Windows color (decimal): -5255075 or 6148271. OLE color: 6148271.

HSL color Cylindrical-coordinate representation of color #AFD05D: hue angle of 77.22º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFD05D is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB17520893-
CMYK0.1600.550.18
HSL77.22º55.02%59.02%-
HSV(B)77.22º55.29%81.57%-
XYZ42.2155.0218.75-
YUV185.0276.07120.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 208 (81.64% from 255) = 43.70%
BLUE value IS 93 (36.72% from 255) = 19.54%
R=36.76%
G=43.70%
B=19.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175208930.1600.550.1877.2255.0259.02
HexAFD05D10037124d373b
Octal25732013520067221156773
Binary10101111110100001011101100000110111100101001101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD05D; }

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

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

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

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

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

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

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

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