#AFD348

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

Shades of Conifer #AFD348

Tints of Conifer #AFD348

Color information

#AFD348 (or 0xAFD348) is unknown color: approx Conifer. HEX triplet: AF, D3 and 48. RGB value is (175,211,72). Sum of RGB (Red+Green+Blue) = 175+211+72=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD348 is #502CB7. Grayscale: #B8B8B8. Windows color (decimal): -5254328 or 4772783. OLE color: 4772783.

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

Color convert

RGB17521172-
CMYK0.1700.660.17
HSL75.54º61.23%55.49%-
HSV(B)75.54º65.88%82.75%-
XYZ42.1456.1714.75-
YUV184.3964.57121.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.21%
GREEN value IS 211 (82.81% from 255) = 46.07%
BLUE value IS 72 (28.52% from 255) = 15.72%
R=38.21%
G=46.07%
B=15.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal175211720.1700.660.1775.5461.2355.49
HexAFD34811042114c3d37
Octal257323110210102211147567
Binary101011111101001110010001000101000010100011001100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD348; }

 p { color: rgb(175,211,72); }

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

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

 a { background-color: rgb(175,211,72); }

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

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

 span { border-color: rgb(175,211,72); }

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