#AFF071

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

Shades of Sulu #AFF071

Tints of Sulu #AFF071

Color information

#AFF071 (or 0xAFF071) is unknown color: approx Sulu. HEX triplet: AF, F0 and 71. RGB value is (175,240,113). Sum of RGB (Red+Green+Blue) = 175+240+113=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF071 is #500F8E. Grayscale: #CECECE. Windows color (decimal): -5246863 or 7467183. OLE color: 7467183.

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

Color convert

RGB175240113-
CMYK0.2700.530.06
HSL90.71º80.89%69.22%-
HSV(B)90.71º52.92%94.12%-
XYZ51.8272.6326.91-
YUV206.0975.47105.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 240 (94.14% from 255) = 45.45%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=33.14%
G=45.45%
B=21.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752401130.2700.530.0690.7180.8969.22
HexAFF0711B03565b5145
Octal257360161330656133121105
Binary10101111111100001110001110110110101110101101110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF071; }

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

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

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

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

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

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

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

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