Html Css Color HEX #A1DEA5 Celadon

📋 copy color: '#A1DEA5'

red 161 ◦ green 222 ◦ blue 165

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

Shades of Celadon #A1DEA5

Tints of Celadon #A1DEA5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.51%

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

R = 29.38%
G = 40.51%
B = 30.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#A1DEA5 (or 0xA1DEA5) is known color: Celadon. HEX triplet: A1, DE and A5. RGB value is (161,222,165). Sum of RGB (Red+Green+Blue) = 161+222+165=548 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.38% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 165 (64.84% from 255 or 30.11% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DEA5 is #5E215A. Grayscale: #C5C5C5. Windows color (decimal): -6168923 or 10870433. OLE color: 10870433.

HSL color Cylindrical-coordinate representation of color #A1DEA5: hue angle of 123.93º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DEA5 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 222 165 -
CMYK 0.27 0 0.26 0.13
HSL 123.93º 0.48% 0.75% -
HSV(B) 123.93º 0.27% 0.87% -
XYZ 47.61 62.54 45.16 -
YUV 197.26 109.79 102.13 -
System Red Green Blue C M Y K H S L
Decimal 161 222 165 0.27 0 0.26 0.13 123.93 0.48 0.75
Hex A1 DE A5 1B 0 1A D 7C 30 4B
Octal 241 336 245 33 0 32 15 174 60 113
Binary 10100001 11011110 10100101 11011 0 11010 1101 1111100 110000 1001011

Color Harmonies of #A1DEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DEA5

Black with #A1DEA5

Text Example


Text Example

White with #A1DEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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