Html Css Color HEX #AAF86C Sulu

📋 copy color: '#AAF86C'

red 170 ◦ green 248 ◦ blue 108

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

Shades of Sulu #AAF86C

Tints of Sulu #AAF86C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.15%

 BLUE value IS 108 (42.58% from 255) = 20.53%

R = 32.32%
G = 47.15%
B = 20.53%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#AAF86C (or 0xAAF86C) is known color: Sulu. HEX triplet: AA, F8 and 6C. RGB value is (170,248,108). Sum of RGB (Red+Green+Blue) = 170+248+108=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF86C is #550793. Grayscale: #D1D1D1. Windows color (decimal): -5572500 or 7141546. OLE color: 7141546.

HSL color Cylindrical-coordinate representation of color #AAF86C: hue angle of 93.43º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAF86C is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 170 248 108 -
CMYK 0.31 0 0.56 0.03
HSL 93.43º 0.91% 0.7% -
HSV(B) 93.43º 0.56% 0.97% -
XYZ 52.85 76.76 26.22 -
YUV 208.72 71.16 100.38 -
System Red Green Blue C M Y K H S L
Decimal 170 248 108 0.31 0 0.56 0.03 93.43 0.91 0.7
Hex AA F8 6C 1F 0 38 3 5D 5B 46
Octal 252 370 154 37 0 70 3 135 133 106
Binary 10101010 11111000 1101100 11111 0 111000 11 1011101 1011011 1000110

Color Harmonies of #AAF86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF86C

Black with #AAF86C

Text Example


Text Example

White with #AAF86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF86C; }

 p { color: rgb(170,248,108); }

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

background-color css

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

 a { background-color: rgb(170,248,108); }

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

border-color css

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

 span { border-color: rgb(170,248,108); }

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