Html Css Color HEX #ACCEAC Zanah

📋 copy color: '#ACCEAC'

red 172 ◦ green 206 ◦ blue 172

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

Shades of Zanah #ACCEAC

Tints of Zanah #ACCEAC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.45%

 BLUE value IS 172 (67.58% from 255) = 31.27%

R = 31.27%
G = 37.45%
B = 31.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#ACCEAC (or 0xACCEAC) is known color: Zanah. HEX triplet: AC, CE and AC. RGB value is (172,206,172). Sum of RGB (Red+Green+Blue) = 172+206+172=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEAC is #533153. Grayscale: #C0C0C0. Windows color (decimal): -5452116 or 11325100. OLE color: 11325100.

HSL color Cylindrical-coordinate representation of color #ACCEAC: hue angle of 120º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEAC is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 206 172 -
CMYK 0.17 0 0.17 0.19
HSL 120º 0.26% 0.74% -
HSV(B) 120º 0.17% 0.81% -
XYZ 46.53 55.89 47.37 -
YUV 191.96 116.74 113.76 -
System Red Green Blue C M Y K H S L
Decimal 172 206 172 0.17 0 0.17 0.19 120 0.26 0.74
Hex AC CE AC 11 0 11 13 78 1A 4A
Octal 254 316 254 21 0 21 23 170 32 112
Binary 10101100 11001110 10101100 10001 0 10001 10011 1111000 11010 1001010

Color Harmonies of #ACCEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCEAC

Black with #ACCEAC

Text Example


Text Example

White with #ACCEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCEAC; }

 p { color: rgb(172,206,172); }

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

background-color css

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

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

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

border-color css

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

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

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