#AFD545

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

Shades of Conifer #AFD545

Tints of Conifer #AFD545

Color information

#AFD545 (or 0xAFD545) is unknown color: approx Conifer. HEX triplet: AF, D5 and 45. RGB value is (175,213,69). Sum of RGB (Red+Green+Blue) = 175+213+69=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD545 is #502ABA. Grayscale: #B9B9B9. Windows color (decimal): -5253819 or 4576687. OLE color: 4576687.

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

Color convert

RGB17521369-
CMYK0.1800.680.16
HSL75.83º63.16%55.29%-
HSV(B)75.83º67.61%83.53%-
XYZ42.5557.1314.42-
YUV185.2262.41120.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 213 (83.59% from 255) = 46.61%
BLUE value IS 69 (27.34% from 255) = 15.10%
R=38.29%
G=46.61%
B=15.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175213690.1800.680.1675.8363.1655.29
HexAFD54512044104c3f37
Octal257325105220104201147767
Binary101011111101010110001011001001000100100001001100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD545; }

 p { color: rgb(175,213,69); }

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

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

 a { background-color: rgb(175,213,69); }

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

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

 span { border-color: rgb(175,213,69); }

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