Html Css Color HEX #AAF9BD Fringy Flower

📋 copy color: '#AAF9BD'

red 170 ◦ green 249 ◦ blue 189

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

Shades of Fringy Flower #AAF9BD

Tints of Fringy Flower #AAF9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.09%

R = 27.96%
G = 40.95%
B = 31.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#AAF9BD (or 0xAAF9BD) is known color: Fringy Flower. HEX triplet: AA, F9 and BD. RGB value is (170,249,189). Sum of RGB (Red+Green+Blue) = 170+249+189=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF9BD is #550642. Grayscale: #DADADA. Windows color (decimal): -5572163 or 12450218. OLE color: 12450218.

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

Color convert

RGB 170 249 189 -
CMYK 0.32 0 0.24 0.02
HSL 134.43º 0.87% 0.82% -
HSV(B) 134.43º 0.32% 0.98% -
XYZ 59.64 79.97 60.44 -
YUV 218.54 111.33 93.38 -
System Red Green Blue C M Y K H S L
Decimal 170 249 189 0.32 0 0.24 0.02 134.43 0.87 0.82
Hex AA F9 BD 20 0 18 2 86 57 52
Octal 252 371 275 40 0 30 2 206 127 122
Binary 10101010 11111001 10111101 100000 0 11000 10 10000110 1010111 1010010

Color Harmonies of #AAF9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF9BD

Black with #AAF9BD

Text Example


Text Example

White with #AAF9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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