Html Css Color HEX #AAF96D Sulu

📋 copy color: '#AAF96D'

red 170 ◦ green 249 ◦ blue 109

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

Shades of Sulu #AAF96D

Tints of Sulu #AAF96D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.16%

 BLUE value IS 109 (42.97% from 255) = 20.64%

R = 32.2%
G = 47.16%
B = 20.64%

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

#AAF96D (or 0xAAF96D) is known color: Sulu. HEX triplet: AA, F9 and 6D. RGB value is (170,249,109). Sum of RGB (Red+Green+Blue) = 170+249+109=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF96D is #550692. Grayscale: #D1D1D1. Windows color (decimal): -5572243 or 7207338. OLE color: 7207338.

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

Color convert

RGB 170 249 109 -
CMYK 0.32 0 0.56 0.02
HSL 93.86º 0.92% 0.7% -
HSV(B) 93.86º 0.56% 0.98% -
XYZ 53.21 77.4 26.6 -
YUV 209.42 71.33 99.88 -
System Red Green Blue C M Y K H S L
Decimal 170 249 109 0.32 0 0.56 0.02 93.86 0.92 0.7
Hex AA F9 6D 20 0 38 2 5E 5C 46
Octal 252 371 155 40 0 70 2 136 134 106
Binary 10101010 11111001 1101101 100000 0 111000 10 1011110 1011100 1000110

Color Harmonies of #AAF96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF96D

Black with #AAF96D

Text Example


Text Example

White with #AAF96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF96D; }

 p { color: rgb(170,249,109); }

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

background-color css

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

 a { background-color: rgb(170,249,109); }

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

border-color css

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

 span { border-color: rgb(170,249,109); }

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