#AFF865

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

Shades of Conifer #AFF865

Tints of Conifer #AFF865

Color information

#AFF865 (or 0xAFF865) is unknown color: approx Conifer. HEX triplet: AF, F8 and 65. RGB value is (175,248,101). Sum of RGB (Red+Green+Blue) = 175+248+101=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF865 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF865 is #50079A. Grayscale: #D1D1D1. Windows color (decimal): -5244827 or 6682799. OLE color: 6682799.

HSL color Cylindrical-coordinate representation of color #AFF865: hue angle of 89.8º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFF865 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB175248101-
CMYK0.2900.590.03
HSL89.8º91.3%68.43%-
HSV(B)89.8º59.27%97.25%-
XYZ53.677.1924.39-
YUV209.4266.82103.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 248 (97.27% from 255) = 47.33%
BLUE value IS 101 (39.84% from 255) = 19.27%
R=33.40%
G=47.33%
B=19.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481010.2900.590.0389.891.368.43
HexAFF8651D03B35a5b44
Octal257370145350733132133104
Binary1010111111111000110010111101011101111101101010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF865; }

 p { color: rgb(175,248,101); }

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

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

 a { background-color: rgb(175,248,101); }

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

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

 span { border-color: rgb(175,248,101); }

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