Html Css Color HEX #ACE0AE Celadon

📋 copy color: '#ACE0AE'

red 172 ◦ green 224 ◦ blue 174

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

Shades of Celadon #ACE0AE

Tints of Celadon #ACE0AE

RGB

 RED value IS 172 (67.58% from 255) = 30.18%

 GREEN value IS 224 (87.89% from 255) = 39.3%

 BLUE value IS 174 (68.36% from 255) = 30.53%

R = 30.18%
G = 39.3%
B = 30.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#ACE0AE (or 0xACE0AE) is known color: Celadon. HEX triplet: AC, E0 and AE. RGB value is (172,224,174). Sum of RGB (Red+Green+Blue) = 172+224+174=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE0AE is #531F51. Grayscale: #CACACA. Windows color (decimal): -5447506 or 11460780. OLE color: 11460780.

HSL color Cylindrical-coordinate representation of color #ACE0AE: hue angle of 122.31º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACE0AE is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 172 224 174 -
CMYK 0.23 0 0.22 0.12
HSL 122.31º 0.46% 0.78% -
HSV(B) 122.31º 0.23% 0.88% -
XYZ 51.31 65.14 49.91 -
YUV 202.75 111.77 106.07 -
System Red Green Blue C M Y K H S L
Decimal 172 224 174 0.23 0 0.22 0.12 122.31 0.46 0.78
Hex AC E0 AE 17 0 16 C 7A 2E 4E
Octal 254 340 256 27 0 26 14 172 56 116
Binary 10101100 11100000 10101110 10111 0 10110 1100 1111010 101110 1001110

Color Harmonies of #ACE0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0AE

Black with #ACE0AE

Text Example


Text Example

White with #ACE0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0AE; }

 p { color: rgb(172,224,174); }

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

background-color css

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

 a { background-color: rgb(172,224,174); }

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

border-color css

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

 span { border-color: rgb(172,224,174); }

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