Html Css Color HEX #AEFFBE Fringy Flower

📋 copy color: '#AEFFBE'

red 174 ◦ green 255 ◦ blue 190

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

Shades of Fringy Flower #AEFFBE

Tints of Fringy Flower #AEFFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.69%

R = 28.11%
G = 41.2%
B = 30.69%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#AEFFBE (or 0xAEFFBE) is known color: Fringy Flower. HEX triplet: AE, FF and BE. RGB value is (174,255,190). Sum of RGB (Red+Green+Blue) = 174+255+190=619 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.11% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFBE is #510041. Grayscale: #DFDFDF. Windows color (decimal): -5308482 or 12517294. OLE color: 12517294.

HSL color Cylindrical-coordinate representation of color #AEFFBE: hue angle of 131.85º 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 #AEFFBE is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 190 -
CMYK 0.32 0 0.25 0
HSL 131.85º 1% 0.84% -
HSV(B) 131.85º 0.32% 1% -
XYZ 62.51 84.24 61.68 -
YUV 223.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 174 255 190 0.32 0 0.25 0 131.85 1 0.84
Hex AE FF BE 20 0 19 0 84 64 54
Octal 256 377 276 40 0 31 0 204 144 124
Binary 10101110 11111111 10111110 100000 0 11001 0 10000100 1100100 1010100

Color Harmonies of #AEFFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFBE

Black with #AEFFBE

Text Example


Text Example

White with #AEFFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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