Html Css Color HEX #AAF5BD Fringy Flower

📋 copy color: '#AAF5BD'

red 170 ◦ green 245 ◦ blue 189

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

Shades of Fringy Flower #AAF5BD

Tints of Fringy Flower #AAF5BD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 40.56%

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

R = 28.15%
G = 40.56%
B = 31.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#AAF5BD (or 0xAAF5BD) is known color: Fringy Flower. HEX triplet: AA, F5 and BD. RGB value is (170,245,189). Sum of RGB (Red+Green+Blue) = 170+245+189=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF5BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF5BD is #550A42. Grayscale: #D8D8D8. Windows color (decimal): -5573187 or 12449194. OLE color: 12449194.

HSL color Cylindrical-coordinate representation of color #AAF5BD: hue angle of 135.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF5BD is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 245 189 -
CMYK 0.31 0 0.23 0.04
HSL 135.2º 0.79% 0.81% -
HSV(B) 135.2º 0.31% 0.96% -
XYZ 58.42 77.52 60.03 -
YUV 216.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 170 245 189 0.31 0 0.23 0.04 135.2 0.79 0.81
Hex AA F5 BD 1F 0 17 4 87 4F 51
Octal 252 365 275 37 0 27 4 207 117 121
Binary 10101010 11110101 10111101 11111 0 10111 100 10000111 1001111 1010001

Color Harmonies of #AAF5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF5BD

Black with #AAF5BD

Text Example


Text Example

White with #AAF5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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