#AFD93F

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

Shades of Conifer #AFD93F

Tints of Conifer #AFD93F

Color information

#AFD93F (or 0xAFD93F) is unknown color: approx Conifer. HEX triplet: AF, D9 and 3F. RGB value is (175,217,63). Sum of RGB (Red+Green+Blue) = 175+217+63=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD93F is #5026C0. Grayscale: #BBBBBB. Windows color (decimal): -5252801 or 4184495. OLE color: 4184495.

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

Color convert

RGB17521763-
CMYK0.1900.710.15
HSL76.36º66.96%54.9%-
HSV(B)76.36º70.97%85.1%-
XYZ43.3959.113.82-
YUV186.8958.09119.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.46%
GREEN value IS 217 (85.16% from 255) = 47.69%
BLUE value IS 63 (25% from 255) = 13.85%
R=38.46%
G=47.69%
B=13.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175217630.1900.710.1576.3666.9654.9
HexAFD93F13047F4c4337
Octal257331772301071711410367
Binary10101111110110011111111001101000111111110011001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD93F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD93F; }

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

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

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

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

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

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

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

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