#AFD941

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

Shades of Conifer #AFD941

Tints of Conifer #AFD941

Color information

#AFD941 (or 0xAFD941) is unknown color: approx Conifer. HEX triplet: AF, D9 and 41. RGB value is (175,217,65). Sum of RGB (Red+Green+Blue) = 175+217+65=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD941 is #5026BE. Grayscale: #BBBBBB. Windows color (decimal): -5252799 or 4315567. OLE color: 4315567.

HSL color Cylindrical-coordinate representation of color #AFD941: hue angle of 76.58º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFD941 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB17521765-
CMYK0.1900.700.15
HSL76.58º66.67%55.29%-
HSV(B)76.58º70.05%85.1%-
XYZ43.4559.1214.12-
YUV187.1159.09119.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 217 (85.16% from 255) = 47.48%
BLUE value IS 65 (25.78% from 255) = 14.22%
R=38.29%
G=47.48%
B=14.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175217650.1900.700.1576.5866.6755.29
HexAFD94113046F4d4337
Octal2573311012301061711510367
Binary101011111101100110000011001101000110111110011011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD941; }

 p { color: rgb(175,217,65); }

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

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

 a { background-color: rgb(175,217,65); }

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

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

 span { border-color: rgb(175,217,65); }

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