Html Css Color HEX #AEFFB9 Fringy Flower

📋 copy color: '#AEFFB9'

red 174 ◦ green 255 ◦ blue 185

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

Shades of Fringy Flower #AEFFB9

Tints of Fringy Flower #AEFFB9

RGB

 RED value IS 174 (68.36% from 255) = 28.34%

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

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

R = 28.34%
G = 41.53%
B = 30.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#AEFFB9 (or 0xAEFFB9) is known color: Fringy Flower. HEX triplet: AE, FF and B9. RGB value is (174,255,185). Sum of RGB (Red+Green+Blue) = 174+255+185=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFB9 is #510046. Grayscale: #DEDEDE. Windows color (decimal): -5308487 or 12189614. OLE color: 12189614.

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

Color convert

RGB 174 255 185 -
CMYK 0.32 0 0.27 0
HSL 128.15º 1% 0.84% -
HSV(B) 128.15º 0.32% 1% -
XYZ 61.97 84.02 58.85 -
YUV 222.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 174 255 185 0.32 0 0.27 0 128.15 1 0.84
Hex AE FF B9 20 0 1B 0 80 64 54
Octal 256 377 271 40 0 33 0 200 144 124
Binary 10101110 11111111 10111001 100000 0 11011 0 10000000 1100100 1010100

Color Harmonies of #AEFFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFB9

Black with #AEFFB9

Text Example


Text Example

White with #AEFFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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