Html Css Color HEX #ACF2AE Celadon

📋 copy color: '#ACF2AE'

red 172 ◦ green 242 ◦ blue 174

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

Shades of Celadon #ACF2AE

Tints of Celadon #ACF2AE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.16%

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

R = 29.25%
G = 41.16%
B = 29.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#ACF2AE (or 0xACF2AE) is known color: Celadon. HEX triplet: AC, F2 and AE. RGB value is (172,242,174). Sum of RGB (Red+Green+Blue) = 172+242+174=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF2AE is #530D51. Grayscale: #D5D5D5. Windows color (decimal): -5442898 or 11465388. OLE color: 11465388.

HSL color Cylindrical-coordinate representation of color #ACF2AE: hue angle of 121.71º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2AE is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 174 -
CMYK 0.29 0 0.28 0.05
HSL 121.71º 0.73% 0.81% -
HSV(B) 121.71º 0.29% 0.95% -
XYZ 56.41 75.33 51.61 -
YUV 213.32 105.81 98.53 -
System Red Green Blue C M Y K H S L
Decimal 172 242 174 0.29 0 0.28 0.05 121.71 0.73 0.81
Hex AC F2 AE 1D 0 1C 5 7A 49 51
Octal 254 362 256 35 0 34 5 172 111 121
Binary 10101100 11110010 10101110 11101 0 11100 101 1111010 1001001 1010001

Color Harmonies of #ACF2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2AE

Black with #ACF2AE

Text Example


Text Example

White with #ACF2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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