Html Css Color HEX #AAFFB9 Fringy Flower

📋 copy color: '#AAFFB9'

red 170 ◦ green 255 ◦ blue 185

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

Shades of Fringy Flower #AAFFB9

Tints of Fringy Flower #AAFFB9

RGB

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

 GREEN value IS 255 (100% from 255) = 41.8%

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

R = 27.87%
G = 41.8%
B = 30.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#AAFFB9 (or 0xAAFFB9) is known color: Fringy Flower. HEX triplet: AA, FF and B9. RGB value is (170,255,185). Sum of RGB (Red+Green+Blue) = 170+255+185=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFB9 is #550046. Grayscale: #DDDDDD. Windows color (decimal): -5570631 or 12189610. OLE color: 12189610.

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

Color convert

RGB 170 255 185 -
CMYK 0.33 0 0.27 0
HSL 130.59º 1% 0.83% -
HSV(B) 130.59º 0.33% 1% -
XYZ 61.09 83.57 58.81 -
YUV 221.61 107.34 91.19 -
System Red Green Blue C M Y K H S L
Decimal 170 255 185 0.33 0 0.27 0 130.59 1 0.83
Hex AA FF B9 21 0 1B 0 83 64 53
Octal 252 377 271 41 0 33 0 203 144 123
Binary 10101010 11111111 10111001 100001 0 11011 0 10000011 1100100 1010011

Color Harmonies of #AAFFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFB9

Black with #AAFFB9

Text Example


Text Example

White with #AAFFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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