Html Css Color HEX #AEF9C0 Fringy Flower

📋 copy color: '#AEF9C0'

red 174 ◦ green 249 ◦ blue 192

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

Shades of Fringy Flower #AEF9C0

Tints of Fringy Flower #AEF9C0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.49%

 BLUE value IS 192 (75.39% from 255) = 31.22%

R = 28.29%
G = 40.49%
B = 31.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#AEF9C0 (or 0xAEF9C0) is known color: Fringy Flower. HEX triplet: AE, F9 and C0. RGB value is (174,249,192). Sum of RGB (Red+Green+Blue) = 174+249+192=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 249 (97.66% from 255 or 40.49% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9C0 is #51063F. Grayscale: #DCDCDC. Windows color (decimal): -5310016 or 12646830. OLE color: 12646830.

HSL color Cylindrical-coordinate representation of color #AEF9C0: hue angle of 134.4º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF9C0 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 192 -
CMYK 0.30 0 0.23 0.02
HSL 134.4º 0.86% 0.83% -
HSV(B) 134.4º 0.3% 0.98% -
XYZ 60.85 80.56 62.21 -
YUV 220.08 112.15 95.13 -
System Red Green Blue C M Y K H S L
Decimal 174 249 192 0.30 0 0.23 0.02 134.4 0.86 0.83
Hex AE F9 C0 1E 0 17 2 86 56 53
Octal 256 371 300 36 0 27 2 206 126 123
Binary 10101110 11111001 11000000 11110 0 10111 10 10000110 1010110 1010011

Color Harmonies of #AEF9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9C0

Black with #AEF9C0

Text Example


Text Example

White with #AEF9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9C0; }

 p { color: rgb(174,249,192); }

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

background-color css

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

 a { background-color: rgb(174,249,192); }

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

border-color css

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

 span { border-color: rgb(174,249,192); }

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