Html Css Color HEX #ACF1AE Celadon

📋 copy color: '#ACF1AE'

red 172 ◦ green 241 ◦ blue 174

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

Shades of Celadon #ACF1AE

Tints of Celadon #ACF1AE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.06%

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

R = 29.3%
G = 41.06%
B = 29.64%

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

#ACF1AE (or 0xACF1AE) is known color: Celadon. HEX triplet: AC, F1 and AE. RGB value is (172,241,174). Sum of RGB (Red+Green+Blue) = 172+241+174=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF1AE is #530E51. Grayscale: #D4D4D4. Windows color (decimal): -5443154 or 11465132. OLE color: 11465132.

HSL color Cylindrical-coordinate representation of color #ACF1AE: hue angle of 121.74º degrees, saturation: 0.71, 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 #ACF1AE is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 174 -
CMYK 0.29 0 0.28 0.05
HSL 121.74º 0.71% 0.81% -
HSV(B) 121.74º 0.29% 0.95% -
XYZ 56.11 74.74 51.51 -
YUV 212.73 106.14 98.95 -
System Red Green Blue C M Y K H S L
Decimal 172 241 174 0.29 0 0.28 0.05 121.74 0.71 0.81
Hex AC F1 AE 1D 0 1C 5 7A 47 51
Octal 254 361 256 35 0 34 5 172 107 121
Binary 10101100 11110001 10101110 11101 0 11100 101 1111010 1000111 1010001

Color Harmonies of #ACF1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1AE

Black with #ACF1AE

Text Example


Text Example

White with #ACF1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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