Html Css Color HEX #AAF86B Sulu

📋 copy color: '#AAF86B'

red 170 ◦ green 248 ◦ blue 107

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

Shades of Sulu #AAF86B

Tints of Sulu #AAF86B

RGB

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

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

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

R = 32.38%
G = 47.24%
B = 20.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#AAF86B (or 0xAAF86B) is known color: Sulu. HEX triplet: AA, F8 and 6B. RGB value is (170,248,107). Sum of RGB (Red+Green+Blue) = 170+248+107=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 107 (42.19% from 255 or 20.38% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF86B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAF86B is #550794. Grayscale: #D1D1D1. Windows color (decimal): -5572501 or 7076010. OLE color: 7076010.

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

Color convert

RGB 170 248 107 -
CMYK 0.31 0 0.57 0.03
HSL 93.19º 0.91% 0.7% -
HSV(B) 93.19º 0.57% 0.97% -
XYZ 52.8 76.74 25.94 -
YUV 208.6 70.66 100.46 -
System Red Green Blue C M Y K H S L
Decimal 170 248 107 0.31 0 0.57 0.03 93.19 0.91 0.7
Hex AA F8 6B 1F 0 39 3 5D 5B 46
Octal 252 370 153 37 0 71 3 135 133 106
Binary 10101010 11111000 1101011 11111 0 111001 11 1011101 1011011 1000110

Color Harmonies of #AAF86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF86B

Black with #AAF86B

Text Example


Text Example

White with #AAF86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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