Html Css Color HEX #A1E9A5 Celadon

📋 copy color: '#A1E9A5'

red 161 ◦ green 233 ◦ blue 165

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

Shades of Celadon #A1E9A5

Tints of Celadon #A1E9A5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.68%

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

R = 28.8%
G = 41.68%
B = 29.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#A1E9A5 (or 0xA1E9A5) is known color: Celadon. HEX triplet: A1, E9 and A5. RGB value is (161,233,165). Sum of RGB (Red+Green+Blue) = 161+233+165=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 165 (64.84% from 255 or 29.52% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E9A5 is #5E165A. Grayscale: #CBCBCB. Windows color (decimal): -6166107 or 10873249. OLE color: 10873249.

HSL color Cylindrical-coordinate representation of color #A1E9A5: hue angle of 123.33º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E9A5 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 233 165 -
CMYK 0.31 0 0.29 0.09
HSL 123.33º 0.62% 0.77% -
HSV(B) 123.33º 0.31% 0.91% -
XYZ 50.63 68.57 46.16 -
YUV 203.72 106.15 97.53 -
System Red Green Blue C M Y K H S L
Decimal 161 233 165 0.31 0 0.29 0.09 123.33 0.62 0.77
Hex A1 E9 A5 1F 0 1D 9 7B 3E 4D
Octal 241 351 245 37 0 35 11 173 76 115
Binary 10100001 11101001 10100101 11111 0 11101 1001 1111011 111110 1001101

Color Harmonies of #A1E9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E9A5

Black with #A1E9A5

Text Example


Text Example

White with #A1E9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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