Html Css Color HEX #A6CEA5 Zanah

📋 copy color: '#A6CEA5'

red 166 ◦ green 206 ◦ blue 165

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

Shades of Zanah #A6CEA5

Tints of Zanah #A6CEA5

RGB

 RED value IS 166 (65.23% from 255) = 30.91%

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

 BLUE value IS 165 (64.84% from 255) = 30.73%

R = 30.91%
G = 38.36%
B = 30.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#A6CEA5 (or 0xA6CEA5) is known color: Zanah. HEX triplet: A6, CE and A5. RGB value is (166,206,165). Sum of RGB (Red+Green+Blue) = 166+206+165=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CEA5 is #59315A. Grayscale: #BDBDBD. Windows color (decimal): -5845339 or 10866342. OLE color: 10866342.

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

Color convert

RGB 166 206 165 -
CMYK 0.19 0 0.20 0.19
HSL 118.54º 0.29% 0.73% -
HSV(B) 118.54º 0.2% 0.81% -
XYZ 44.59 54.97 43.86 -
YUV 189.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 166 206 165 0.19 0 0.20 0.19 118.54 0.29 0.73
Hex A6 CE A5 13 0 14 13 77 1D 49
Octal 246 316 245 23 0 24 23 167 35 111
Binary 10100110 11001110 10100101 10011 0 10100 10011 1110111 11101 1001001

Color Harmonies of #A6CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CEA5

Black with #A6CEA5

Text Example


Text Example

White with #A6CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CEA5; }

 p { color: rgb(166,206,165); }

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

background-color css

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

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

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

border-color css

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

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

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