Html Css Color HEX #AEFFB8 Fringy Flower

📋 copy color: '#AEFFB8'

red 174 ◦ green 255 ◦ blue 184

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

Shades of Fringy Flower #AEFFB8

Tints of Fringy Flower #AEFFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.02%

R = 28.38%
G = 41.6%
B = 30.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#AEFFB8 (or 0xAEFFB8) is known color: Fringy Flower. HEX triplet: AE, FF and B8. RGB value is (174,255,184). Sum of RGB (Red+Green+Blue) = 174+255+184=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFB8 is #510047. Grayscale: #DEDEDE. Windows color (decimal): -5308488 or 12124078. OLE color: 12124078.

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

Color convert

RGB 174 255 184 -
CMYK 0.32 0 0.28 0
HSL 127.41º 1% 0.84% -
HSV(B) 127.41º 0.32% 1% -
XYZ 61.87 83.98 58.3 -
YUV 222.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 174 255 184 0.32 0 0.28 0 127.41 1 0.84
Hex AE FF B8 20 0 1C 0 7F 64 54
Octal 256 377 270 40 0 34 0 177 144 124
Binary 10101110 11111111 10111000 100000 0 11100 0 1111111 1100100 1010100

Color Harmonies of #AEFFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFB8

Black with #AEFFB8

Text Example


Text Example

White with #AEFFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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