#AFD246

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

Shades of Conifer #AFD246

Tints of Conifer #AFD246

Color information

#AFD246 (or 0xAFD246) is unknown color: approx Conifer. HEX triplet: AF, D2 and 46. RGB value is (175,210,70). Sum of RGB (Red+Green+Blue) = 175+210+70=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD246 is #502DB9. Grayscale: #B8B8B8. Windows color (decimal): -5254586 or 4641455. OLE color: 4641455.

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

Color convert

RGB17521070-
CMYK0.1700.670.18
HSL75º60.87%54.9%-
HSV(B)75º66.67%82.35%-
XYZ41.8355.6514.33-
YUV183.5863.9121.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 210 (82.42% from 255) = 46.15%
BLUE value IS 70 (27.73% from 255) = 15.38%
R=38.46%
G=46.15%
B=15.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal175210700.1700.670.187560.8754.9
HexAFD24611043124b3d37
Octal257322106210103221137567
Binary101011111101001010001101000101000011100101001011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD246; }

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

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

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

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

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

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

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

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