Html Css Color HEX #AEFBB9 Fringy Flower

📋 copy color: '#AEFBB9'

red 174 ◦ green 251 ◦ blue 185

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

Shades of Fringy Flower #AEFBB9

Tints of Fringy Flower #AEFBB9

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.15%

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

R = 28.52%
G = 41.15%
B = 30.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#AEFBB9 (or 0xAEFBB9) is known color: Fringy Flower. HEX triplet: AE, FB and B9. RGB value is (174,251,185). Sum of RGB (Red+Green+Blue) = 174+251+185=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 251 (98.44% from 255 or 41.15% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFBB9 is #510446. Grayscale: #DCDCDC. Windows color (decimal): -5309511 or 12188590. OLE color: 12188590.

HSL color Cylindrical-coordinate representation of color #AEFBB9: hue angle of 128.57º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFBB9 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 251 185 -
CMYK 0.31 0 0.26 0.02
HSL 128.57º 0.91% 0.83% -
HSV(B) 128.57º 0.31% 0.98% -
XYZ 60.71 81.5 58.43 -
YUV 220.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 174 251 185 0.31 0 0.26 0.02 128.57 0.91 0.83
Hex AE FB B9 1F 0 1A 2 81 5B 53
Octal 256 373 271 37 0 32 2 201 133 123
Binary 10101110 11111011 10111001 11111 0 11010 10 10000001 1011011 1010011

Color Harmonies of #AEFBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFBB9

Black with #AEFBB9

Text Example


Text Example

White with #AEFBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFBB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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