Html Css Color HEX #A1E3A5 Celadon

📋 copy color: '#A1E3A5'

red 161 ◦ green 227 ◦ blue 165

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

Shades of Celadon #A1E3A5

Tints of Celadon #A1E3A5

RGB

 RED value IS 161 (63.28% from 255) = 29.11%

 GREEN value IS 227 (89.06% from 255) = 41.05%

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

R = 29.11%
G = 41.05%
B = 29.84%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.11

RGB Variations

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

Color information

#A1E3A5 (or 0xA1E3A5) is known color: Celadon. HEX triplet: A1, E3 and A5. RGB value is (161,227,165). Sum of RGB (Red+Green+Blue) = 161+227+165=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E3A5 is #5E1C5A. Grayscale: #C8C8C8. Windows color (decimal): -6167643 or 10871713. OLE color: 10871713.

HSL color Cylindrical-coordinate representation of color #A1E3A5: hue angle of 123.64º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E3A5 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 227 165 -
CMYK 0.29 0 0.27 0.11
HSL 123.64º 0.54% 0.76% -
HSV(B) 123.64º 0.29% 0.89% -
XYZ 48.96 65.23 45.61 -
YUV 200.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 161 227 165 0.29 0 0.27 0.11 123.64 0.54 0.76
Hex A1 E3 A5 1D 0 1B B 7C 36 4C
Octal 241 343 245 35 0 33 13 174 66 114
Binary 10100001 11100011 10100101 11101 0 11011 1011 1111100 110110 1001100

Color Harmonies of #A1E3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E3A5

Black with #A1E3A5

Text Example


Text Example

White with #A1E3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E3A5; }

 p { color: rgb(161,227,165); }

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

background-color css

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

 a { background-color: rgb(161,227,165); }

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

border-color css

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

 span { border-color: rgb(161,227,165); }

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