Html Css Color HEX #AAFA6F Sulu

📋 copy color: '#AAFA6F'

red 170 ◦ green 250 ◦ blue 111

#AAFA6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #AAFA6F

Tints of Sulu #AAFA6F

RGB

 RED value IS 170 (66.8% from 255) = 32.02%

 GREEN value IS 250 (98.05% from 255) = 47.08%

 BLUE value IS 111 (43.75% from 255) = 20.9%

R = 32.02%
G = 47.08%
B = 20.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#AAFA6F (or 0xAAFA6F) is known color: Sulu. HEX triplet: AA, FA and 6F. RGB value is (170,250,111). Sum of RGB (Red+Green+Blue) = 170+250+111=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA6F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA6F is #550590. Grayscale: #D2D2D2. Windows color (decimal): -5571985 or 7338666. OLE color: 7338666.

HSL color Cylindrical-coordinate representation of color #AAFA6F: hue angle of 94.53º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAFA6F is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 250 111 -
CMYK 0.32 0 0.56 0.02
HSL 94.53º 0.93% 0.71% -
HSV(B) 94.53º 0.56% 0.98% -
XYZ 53.63 78.06 27.28 -
YUV 210.23 72 99.3 -
System Red Green Blue C M Y K H S L
Decimal 170 250 111 0.32 0 0.56 0.02 94.53 0.93 0.71
Hex AA FA 6F 20 0 38 2 5F 5D 47
Octal 252 372 157 40 0 70 2 137 135 107
Binary 10101010 11111010 1101111 100000 0 111000 10 1011111 1011101 1000111

Color Harmonies of #AAFA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA6F

Black with #AAFA6F

Text Example


Text Example

White with #AAFA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA6F; }

 p { color: rgb(170,250,111); }

 H1.HeaderClassName
 {
   color: #AAFA6F;
 }
 .AnyTagClassName
 {
   color: #AAFA6F;
 }
</style>

background-color css

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

 a { background-color: rgb(170,250,111); }

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

border-color css

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

 span { border-color: rgb(170,250,111); }

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