#AFF163

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

Shades of Conifer #AFF163

Tints of Conifer #AFF163

Color information

#AFF163 (or 0xAFF163) is unknown color: approx Conifer. HEX triplet: AF, F1 and 63. RGB value is (175,241,99). Sum of RGB (Red+Green+Blue) = 175+241+99=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 99 (39.06% from 255 or 19.22% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF163 is #500E9C. Grayscale: #CDCDCD. Windows color (decimal): -5246621 or 6549935. OLE color: 6549935.

HSL color Cylindrical-coordinate representation of color #AFF163: hue angle of 87.89º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFF163 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB17524199-
CMYK0.2700.590.05
HSL87.89º83.53%66.67%-
HSV(B)87.89º58.92%94.51%-
XYZ51.3972.9323.17-
YUV205.0868.13106.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 99 (39.06% from 255) = 19.22%
R=33.98%
G=46.80%
B=19.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal175241990.2700.590.0587.8983.5366.67
HexAFF1631B03B5585443
Octal257361143330735130124103
Binary10101111111100011100011110110111011101101100010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF163; }

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

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

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

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

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

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

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

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