#AFD947

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

Shades of Conifer #AFD947

Tints of Conifer #AFD947

Color information

#AFD947 (or 0xAFD947) is unknown color: approx Conifer. HEX triplet: AF, D9 and 47. RGB value is (175,217,71). Sum of RGB (Red+Green+Blue) = 175+217+71=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD947 is #5026B8. Grayscale: #BCBCBC. Windows color (decimal): -5252793 or 4708783. OLE color: 4708783.

HSL color Cylindrical-coordinate representation of color #AFD947: hue angle of 77.26º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFD947 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB17521771-
CMYK0.1900.670.15
HSL77.26º65.77%56.47%-
HSV(B)77.26º67.28%85.1%-
XYZ43.6359.1915.09-
YUV187.862.09118.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 217 (85.16% from 255) = 46.87%
BLUE value IS 71 (28.12% from 255) = 15.33%
R=37.80%
G=46.87%
B=15.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175217710.1900.670.1577.2665.7756.47
HexAFD94713043F4d4238
Octal2573311072301031711510270
Binary101011111101100110001111001101000011111110011011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD947; }

 p { color: rgb(175,217,71); }

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

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

 a { background-color: rgb(175,217,71); }

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

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

 span { border-color: rgb(175,217,71); }

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