Html Css Color HEX #AEDBB0 Moss Green

📋 copy color: '#AEDBB0'

red 174 ◦ green 219 ◦ blue 176

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

Shades of Moss Green #AEDBB0

Tints of Moss Green #AEDBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.49%

 BLUE value IS 176 (69.14% from 255) = 30.93%

R = 30.58%
G = 38.49%
B = 30.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#AEDBB0 (or 0xAEDBB0) is known color: Moss Green. HEX triplet: AE, DB and B0. RGB value is (174,219,176). Sum of RGB (Red+Green+Blue) = 174+219+176=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBB0 is #51244F. Grayscale: #C8C8C8. Windows color (decimal): -5317712 or 11590574. OLE color: 11590574.

HSL color Cylindrical-coordinate representation of color #AEDBB0: hue angle of 122.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDBB0 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 176 -
CMYK 0.21 0 0.20 0.14
HSL 122.67º 0.38% 0.77% -
HSV(B) 122.67º 0.21% 0.86% -
XYZ 50.62 62.8 50.53 -
YUV 200.64 114.09 109 -
System Red Green Blue C M Y K H S L
Decimal 174 219 176 0.21 0 0.20 0.14 122.67 0.38 0.77
Hex AE DB B0 15 0 14 E 7B 26 4D
Octal 256 333 260 25 0 24 16 173 46 115
Binary 10101110 11011011 10110000 10101 0 10100 1110 1111011 100110 1001101

Color Harmonies of #AEDBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDBB0

Black with #AEDBB0

Text Example


Text Example

White with #AEDBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDBB0; }

 p { color: rgb(174,219,176); }

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

background-color css

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

 a { background-color: rgb(174,219,176); }

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

border-color css

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

 span { border-color: rgb(174,219,176); }

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