#AFF053

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

Shades of Conifer #AFF053

Tints of Conifer #AFF053

Color information

#AFF053 (or 0xAFF053) is unknown color: approx Conifer. HEX triplet: AF, F0 and 53. RGB value is (175,240,83). Sum of RGB (Red+Green+Blue) = 175+240+83=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 83 (32.81% from 255 or 16.67% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF053 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF053 is #500FAC. Grayscale: #CBCBCB. Windows color (decimal): -5246893 or 5501103. OLE color: 5501103.

HSL color Cylindrical-coordinate representation of color #AFF053: hue angle of 84.84º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFF053 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB17524083-
CMYK0.2700.650.06
HSL84.84º83.96%63.33%-
HSV(B)84.84º65.42%94.12%-
XYZ50.472.0619.44-
YUV202.6760.47108.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 240 (94.14% from 255) = 48.19%
BLUE value IS 83 (32.81% from 255) = 16.67%
R=35.14%
G=48.19%
B=16.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal175240830.2700.650.0684.8483.9663.33
HexAFF0531B041655543f
Octal257360123330101612512477
Binary10101111111100001010011110110100000111010101011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF053; }

 p { color: rgb(175,240,83); }

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

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

 a { background-color: rgb(175,240,83); }

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

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

 span { border-color: rgb(175,240,83); }

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