#AFD948

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

Shades of Conifer #AFD948

Tints of Conifer #AFD948

Color information

#AFD948 (or 0xAFD948) is unknown color: approx Conifer. HEX triplet: AF, D9 and 48. RGB value is (175,217,72). Sum of RGB (Red+Green+Blue) = 175+217+72=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD948 is #5026B7. Grayscale: #BCBCBC. Windows color (decimal): -5252792 or 4774319. OLE color: 4774319.

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

Color convert

RGB17521772-
CMYK0.1900.670.15
HSL77.38º65.61%56.67%-
HSV(B)77.38º66.82%85.1%-
XYZ43.6659.2115.26-
YUV187.9162.59118.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 217 (85.16% from 255) = 46.77%
BLUE value IS 72 (28.52% from 255) = 15.52%
R=37.72%
G=46.77%
B=15.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175217720.1900.670.1577.3865.6156.67
HexAFD94813043F4d4239
Octal2573311102301031711510271
Binary101011111101100110010001001101000011111110011011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD948; }

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

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

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

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

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

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

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

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