#AFD548

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

Shades of Conifer #AFD548

Tints of Conifer #AFD548

Color information

#AFD548 (or 0xAFD548) is unknown color: approx Conifer. HEX triplet: AF, D5 and 48. RGB value is (175,213,72). Sum of RGB (Red+Green+Blue) = 175+213+72=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD548 is #502AB7. Grayscale: #BABABA. Windows color (decimal): -5253816 or 4773295. OLE color: 4773295.

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

Color convert

RGB17521372-
CMYK0.1800.660.16
HSL76.17º62.67%55.88%-
HSV(B)76.17º66.2%83.53%-
XYZ42.6457.1714.92-
YUV185.5663.91120.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.04%
GREEN value IS 213 (83.59% from 255) = 46.30%
BLUE value IS 72 (28.52% from 255) = 15.65%
R=38.04%
G=46.30%
B=15.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175213720.1800.660.1676.1762.6755.88
HexAFD54812042104c3f38
Octal257325110220102201147770
Binary101011111101010110010001001001000010100001001100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD548; }

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

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

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

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

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

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

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

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