#AFD542

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

Shades of Conifer #AFD542

Tints of Conifer #AFD542

Color information

#AFD542 (or 0xAFD542) is unknown color: approx Conifer. HEX triplet: AF, D5 and 42. RGB value is (175,213,66). Sum of RGB (Red+Green+Blue) = 175+213+66=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD542 is #502ABD. Grayscale: #B9B9B9. Windows color (decimal): -5253822 or 4380079. OLE color: 4380079.

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

Color convert

RGB17521366-
CMYK0.1800.690.16
HSL75.51º63.64%54.71%-
HSV(B)75.51º69.01%83.53%-
XYZ42.4657.113.94-
YUV184.8860.91120.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 213 (83.59% from 255) = 46.92%
BLUE value IS 66 (26.17% from 255) = 14.54%
R=38.55%
G=46.92%
B=14.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175213660.1800.690.1675.5163.6454.71
HexAFD54212045104c4037
Octal2573251022201052011410067
Binary1010111111010101100001010010010001011000010011001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD542; }

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

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

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

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

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

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

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

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