#AFF760

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

Shades of Conifer #AFF760

Tints of Conifer #AFF760

Color information

#AFF760 (or 0xAFF760) is unknown color: approx Conifer. HEX triplet: AF, F7 and 60. RGB value is (175,247,96). Sum of RGB (Red+Green+Blue) = 175+247+96=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 96 (37.89% from 255 or 18.53% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF760 is #50089F. Grayscale: #D0D0D0. Windows color (decimal): -5245088 or 6354863. OLE color: 6354863.

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

Color convert

RGB17524796-
CMYK0.2900.610.03
HSL88.61º90.42%67.25%-
HSV(B)88.61º61.13%96.86%-
XYZ53.0576.4823.03-
YUV208.2664.65104.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 247 (96.88% from 255) = 47.68%
BLUE value IS 96 (37.89% from 255) = 18.53%
R=33.78%
G=47.68%
B=18.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal175247960.2900.610.0388.6190.4267.25
HexAFF7601D03D3595a43
Octal257367140350753131132103
Binary1010111111110111110000011101011110111101100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF760; }

 p { color: rgb(175,247,96); }

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

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

 a { background-color: rgb(175,247,96); }

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

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

 span { border-color: rgb(175,247,96); }

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