Html Css Color HEX #A6E6B0 Celadon

📋 copy color: '#A6E6B0'

red 166 ◦ green 230 ◦ blue 176

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

Shades of Celadon #A6E6B0

Tints of Celadon #A6E6B0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.21%

 BLUE value IS 176 (69.14% from 255) = 30.77%

R = 29.02%
G = 40.21%
B = 30.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#A6E6B0 (or 0xA6E6B0) is known color: Celadon. HEX triplet: A6, E6 and B0. RGB value is (166,230,176). Sum of RGB (Red+Green+Blue) = 166+230+176=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E6B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6E6B0 is #59194F. Grayscale: #CCCCCC. Windows color (decimal): -5839184 or 11593382. OLE color: 11593382.

HSL color Cylindrical-coordinate representation of color #A6E6B0: hue angle of 129.38º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E6B0 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 230 176 -
CMYK 0.28 0 0.23 0.10
HSL 129.38º 0.56% 0.78% -
HSV(B) 129.38º 0.28% 0.9% -
XYZ 51.86 67.84 51.43 -
YUV 204.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 166 230 176 0.28 0 0.23 0.10 129.38 0.56 0.78
Hex A6 E6 B0 1C 0 17 A 81 38 4E
Octal 246 346 260 34 0 27 12 201 70 116
Binary 10100110 11100110 10110000 11100 0 10111 1010 10000001 111000 1001110

Color Harmonies of #A6E6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E6B0

Black with #A6E6B0

Text Example


Text Example

White with #A6E6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E6B0; }

 p { color: rgb(166,230,176); }

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

background-color css

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

 a { background-color: rgb(166,230,176); }

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

border-color css

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

 span { border-color: rgb(166,230,176); }

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