Html Css Color HEX #A6EAAA Celadon

📋 copy color: '#A6EAAA'

red 166 ◦ green 234 ◦ blue 170

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

Shades of Celadon #A6EAAA

Tints of Celadon #A6EAAA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.05%

 BLUE value IS 170 (66.8% from 255) = 29.82%

R = 29.12%
G = 41.05%
B = 29.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#A6EAAA (or 0xA6EAAA) is known color: Celadon. HEX triplet: A6, EA and AA. RGB value is (166,234,170). Sum of RGB (Red+Green+Blue) = 166+234+170=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EAAA is #591555. Grayscale: #CECECE. Windows color (decimal): -5838166 or 11201190. OLE color: 11201190.

HSL color Cylindrical-coordinate representation of color #A6EAAA: hue angle of 123.53º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EAAA is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 234 170 -
CMYK 0.29 0 0.27 0.08
HSL 123.53º 0.62% 0.78% -
HSV(B) 123.53º 0.29% 0.92% -
XYZ 52.4 69.85 48.75 -
YUV 206.37 107.47 99.2 -
System Red Green Blue C M Y K H S L
Decimal 166 234 170 0.29 0 0.27 0.08 123.53 0.62 0.78
Hex A6 EA AA 1D 0 1B 8 7C 3E 4E
Octal 246 352 252 35 0 33 10 174 76 116
Binary 10100110 11101010 10101010 11101 0 11011 1000 1111100 111110 1001110

Color Harmonies of #A6EAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EAAA

Black with #A6EAAA

Text Example


Text Example

White with #A6EAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EAAA; }

 p { color: rgb(166,234,170); }

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

background-color css

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

 a { background-color: rgb(166,234,170); }

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

border-color css

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

 span { border-color: rgb(166,234,170); }

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