Html Css Color HEX #AEFCB9 Fringy Flower

📋 copy color: '#AEFCB9'

red 174 ◦ green 252 ◦ blue 185

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

Shades of Fringy Flower #AEFCB9

Tints of Fringy Flower #AEFCB9

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.24%

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

R = 28.48%
G = 41.24%
B = 30.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#AEFCB9 (or 0xAEFCB9) is known color: Fringy Flower. HEX triplet: AE, FC and B9. RGB value is (174,252,185). Sum of RGB (Red+Green+Blue) = 174+252+185=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 252 (98.83% from 255 or 41.24% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 252 - color contains mainly: green. Hex color #AEFCB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFCB9 is #510346. Grayscale: #DDDDDD. Windows color (decimal): -5309255 or 12188846. OLE color: 12188846.

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

Color convert

RGB 174 252 185 -
CMYK 0.31 0 0.27 0.01
HSL 128.46º 0.93% 0.84% -
HSV(B) 128.46º 0.31% 0.99% -
XYZ 61.02 82.12 58.53 -
YUV 221.04 107.66 94.45 -
System Red Green Blue C M Y K H S L
Decimal 174 252 185 0.31 0 0.27 0.01 128.46 0.93 0.84
Hex AE FC B9 1F 0 1B 1 80 5D 54
Octal 256 374 271 37 0 33 1 200 135 124
Binary 10101110 11111100 10111001 11111 0 11011 1 10000000 1011101 1010100

Color Harmonies of #AEFCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFCB9

Black with #AEFCB9

Text Example


Text Example

White with #AEFCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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