#AFF857

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

Shades of Conifer #AFF857

Tints of Conifer #AFF857

Color information

#AFF857 (or 0xAFF857) is unknown color: approx Conifer. HEX triplet: AF, F8 and 57. RGB value is (175,248,87). Sum of RGB (Red+Green+Blue) = 175+248+87=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF857 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF857 is #5007A8. Grayscale: #D0D0D0. Windows color (decimal): -5244841 or 5765295. OLE color: 5765295.

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

Color convert

RGB17524887-
CMYK0.2900.650.03
HSL87.2º92%65.69%-
HSV(B)87.2º64.92%97.25%-
XYZ52.9776.9421.08-
YUV207.8259.82104.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 248 (97.27% from 255) = 48.63%
BLUE value IS 87 (34.38% from 255) = 17.06%
R=34.31%
G=48.63%
B=17.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal175248870.2900.650.0387.29265.69
HexAFF8571D0413575c42
Octal2573701273501013127134102
Binary10101111111110001010111111010100000111101011110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF857; }

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

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

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

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

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

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

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

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