#AFE963

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

Shades of Conifer #AFE963

Tints of Conifer #AFE963

Color information

#AFE963 (or 0xAFE963) is unknown color: approx Conifer. HEX triplet: AF, E9 and 63. RGB value is (175,233,99). Sum of RGB (Red+Green+Blue) = 175+233+99=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE963 is #50169C. Grayscale: #C8C8C8. Windows color (decimal): -5248669 or 6547887. OLE color: 6547887.

HSL color Cylindrical-coordinate representation of color #AFE963: hue angle of 85.97º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFE963 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB17523399-
CMYK0.2500.580.09
HSL85.97º75.28%65.1%-
HSV(B)85.97º57.51%91.37%-
XYZ49.0768.2922.4-
YUV200.3870.78109.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 233 (91.41% from 255) = 45.96%
BLUE value IS 99 (39.06% from 255) = 19.53%
R=34.52%
G=45.96%
B=19.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal175233990.2500.580.0985.9775.2865.1
HexAFE9631903A9564b41
Octal2573511433107211126113101
Binary101011111110100111000111100101110101001101011010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE963; }

 p { color: rgb(175,233,99); }

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

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

 a { background-color: rgb(175,233,99); }

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

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

 span { border-color: rgb(175,233,99); }

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