#AFE063

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

Shades of Conifer #AFE063

Tints of Conifer #AFE063

Color information

#AFE063 (or 0xAFE063) is unknown color: approx Conifer. HEX triplet: AF, E0 and 63. RGB value is (175,224,99). Sum of RGB (Red+Green+Blue) = 175+224+99=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 99 (39.06% from 255 or 19.88% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE063 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE063 is #501F9C. Grayscale: #C3C3C3. Windows color (decimal): -5250973 or 6545583. OLE color: 6545583.

HSL color Cylindrical-coordinate representation of color #AFE063: hue angle of 83.52º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFE063 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB17522499-
CMYK0.2200.560.12
HSL83.52º66.84%63.33%-
HSV(B)83.52º55.8%87.84%-
XYZ46.5963.3321.57-
YUV195.173.77113.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 224 (87.89% from 255) = 44.98%
BLUE value IS 99 (39.06% from 255) = 19.88%
R=35.14%
G=44.98%
B=19.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal175224990.2200.560.1283.5266.8463.33
HexAFE06316038C54433f
Octal257340143260701412410377
Binary10101111111000001100011101100111000110010101001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE063; }

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

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

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

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

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

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

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

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