#AFFA6A

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

Shades of Sulu #AFFA6A

Tints of Sulu #AFFA6A

Color information

#AFFA6A (or 0xAFFA6A) is unknown color: approx Sulu. HEX triplet: AF, FA and 6A. RGB value is (175,250,106). Sum of RGB (Red+Green+Blue) = 175+250+106=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFA6A is #500595. Grayscale: #D3D3D3. Windows color (decimal): -5244310 or 7010991. OLE color: 7010991.

HSL color Cylindrical-coordinate representation of color #AFFA6A: hue angle of 91.25º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFFA6A is Cyan = 0.3, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB175250106-
CMYK0.300.580.02
HSL91.25º93.51%69.8%-
HSV(B)91.25º57.6%98.04%-
XYZ54.4778.5325.92-
YUV211.1668.65102.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 250 (98.05% from 255) = 47.08%
BLUE value IS 106 (41.80% from 255) = 19.96%
R=32.96%
G=47.08%
B=19.96%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501060.300.580.0291.2593.5169.8
HexAFFA6A1E03A25b5e46
Octal257372152360722133136106
Binary1010111111111010110101011110011101010101101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFA6A; }

 p { color: rgb(175,250,106); }

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

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

 a { background-color: rgb(175,250,106); }

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

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

 span { border-color: rgb(175,250,106); }

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