Html Css Color HEX #ACF5A9 Celadon

📋 copy color: '#ACF5A9'

red 172 ◦ green 245 ◦ blue 169

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

Shades of Celadon #ACF5A9

Tints of Celadon #ACF5A9

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.81%

 BLUE value IS 169 (66.41% from 255) = 28.84%

R = 29.35%
G = 41.81%
B = 28.84%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#ACF5A9 (or 0xACF5A9) is known color: Celadon. HEX triplet: AC, F5 and A9. RGB value is (172,245,169). Sum of RGB (Red+Green+Blue) = 172+245+169=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 169 (66.41% from 255 or 28.84% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF5A9 is #530A56. Grayscale: #D6D6D6. Windows color (decimal): -5442135 or 11138476. OLE color: 11138476.

HSL color Cylindrical-coordinate representation of color #ACF5A9: hue angle of 117.63º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF5A9 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 169 -
CMYK 0.30 0 0.31 0.04
HSL 117.63º 0.79% 0.81% -
HSV(B) 117.63º 0.31% 0.96% -
XYZ 56.83 76.94 49.39 -
YUV 214.51 102.32 97.68 -
System Red Green Blue C M Y K H S L
Decimal 172 245 169 0.30 0 0.31 0.04 117.63 0.79 0.81
Hex AC F5 A9 1E 0 1F 4 76 4F 51
Octal 254 365 251 36 0 37 4 166 117 121
Binary 10101100 11110101 10101001 11110 0 11111 100 1110110 1001111 1010001

Color Harmonies of #ACF5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF5A9

Black with #ACF5A9

Text Example


Text Example

White with #ACF5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF5A9; }

 p { color: rgb(172,245,169); }

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

background-color css

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

 a { background-color: rgb(172,245,169); }

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

border-color css

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

 span { border-color: rgb(172,245,169); }

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