Html Css Color HEX #AAFA6B Sulu

📋 copy color: '#AAFA6B'

red 170 ◦ green 250 ◦ blue 107

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

Shades of Sulu #AAFA6B

Tints of Sulu #AAFA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.3%

R = 32.26%
G = 47.44%
B = 20.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#AAFA6B (or 0xAAFA6B) is known color: Sulu. HEX triplet: AA, FA and 6B. RGB value is (170,250,107). Sum of RGB (Red+Green+Blue) = 170+250+107=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 107 (42.19% from 255 or 20.30% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFA6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAFA6B is #550594. Grayscale: #D2D2D2. Windows color (decimal): -5571989 or 7076522. OLE color: 7076522.

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

Color convert

RGB 170 250 107 -
CMYK 0.32 0 0.57 0.02
HSL 93.57º 0.93% 0.7% -
HSV(B) 93.57º 0.57% 0.98% -
XYZ 53.42 77.98 26.15 -
YUV 209.78 70 99.63 -
System Red Green Blue C M Y K H S L
Decimal 170 250 107 0.32 0 0.57 0.02 93.57 0.93 0.7
Hex AA FA 6B 20 0 39 2 5E 5D 46
Octal 252 372 153 40 0 71 2 136 135 106
Binary 10101010 11111010 1101011 100000 0 111001 10 1011110 1011101 1000110

Color Harmonies of #AAFA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFA6B

Black with #AAFA6B

Text Example


Text Example

White with #AAFA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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