#AFF06D

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

Shades of Sulu #AFF06D

Tints of Sulu #AFF06D

Color information

#AFF06D (or 0xAFF06D) is unknown color: approx Sulu. HEX triplet: AF, F0 and 6D. RGB value is (175,240,109). Sum of RGB (Red+Green+Blue) = 175+240+109=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF06D is #500F92. Grayscale: #CECECE. Windows color (decimal): -5246867 or 7205039. OLE color: 7205039.

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

Color convert

RGB175240109-
CMYK0.2700.550.06
HSL89.77º81.37%68.43%-
HSV(B)89.77º54.58%94.12%-
XYZ51.672.5425.75-
YUV205.6373.47106.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 240 (94.14% from 255) = 45.80%
BLUE value IS 109 (42.97% from 255) = 20.80%
R=33.40%
G=45.80%
B=20.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752401090.2700.550.0689.7781.3768.43
HexAFF06D1B03765a5144
Octal257360155330676132121104
Binary10101111111100001101101110110110111110101101010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF06D; }

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

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

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

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

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

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

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

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