#AFD446

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

Shades of Conifer #AFD446

Tints of Conifer #AFD446

Color information

#AFD446 (or 0xAFD446) is unknown color: approx Conifer. HEX triplet: AF, D4 and 46. RGB value is (175,212,70). Sum of RGB (Red+Green+Blue) = 175+212+70=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD446 is #502BB9. Grayscale: #B9B9B9. Windows color (decimal): -5254074 or 4641967. OLE color: 4641967.

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

Color convert

RGB17521270-
CMYK0.1700.670.17
HSL75.63º62.28%55.29%-
HSV(B)75.63º66.98%83.14%-
XYZ42.3356.6414.5-
YUV184.7563.24121.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 212 (83.20% from 255) = 46.39%
BLUE value IS 70 (27.73% from 255) = 15.32%
R=38.29%
G=46.39%
B=15.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175212700.1700.670.1775.6362.2855.29
HexAFD44611043114c3e37
Octal257324106210103211147667
Binary101011111101010010001101000101000011100011001100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD446; }

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

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

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

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

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

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

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

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