Html Css Color HEX #AAFDB9 Fringy Flower

📋 copy color: '#AAFDB9'

red 170 ◦ green 253 ◦ blue 185

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

Shades of Fringy Flower #AAFDB9

Tints of Fringy Flower #AAFDB9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.61%

 BLUE value IS 185 (72.66% from 255) = 30.43%

R = 27.96%
G = 41.61%
B = 30.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#AAFDB9 (or 0xAAFDB9) is known color: Fringy Flower. HEX triplet: AA, FD and B9. RGB value is (170,253,185). Sum of RGB (Red+Green+Blue) = 170+253+185=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 253 (99.22% from 255 or 41.61% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDB9 is #550246. Grayscale: #DCDCDC. Windows color (decimal): -5571143 or 12189098. OLE color: 12189098.

HSL color Cylindrical-coordinate representation of color #AAFDB9: hue angle of 130.84º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDB9 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 170 253 185 -
CMYK 0.33 0 0.27 0.01
HSL 130.84º 0.95% 0.83% -
HSV(B) 130.84º 0.33% 0.99% -
XYZ 60.46 82.3 58.6 -
YUV 220.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 170 253 185 0.33 0 0.27 0.01 130.84 0.95 0.83
Hex AA FD B9 21 0 1B 1 83 5F 53
Octal 252 375 271 41 0 33 1 203 137 123
Binary 10101010 11111101 10111001 100001 0 11011 1 10000011 1011111 1010011

Color Harmonies of #AAFDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFDB9

Black with #AAFDB9

Text Example


Text Example

White with #AAFDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFDB9; }

 p { color: rgb(170,253,185); }

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

background-color css

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

 a { background-color: rgb(170,253,185); }

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

border-color css

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

 span { border-color: rgb(170,253,185); }

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