Html Css Color HEX #A1EBA2 Celadon

📋 copy color: '#A1EBA2'

red 161 ◦ green 235 ◦ blue 162

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

Shades of Celadon #A1EBA2

Tints of Celadon #A1EBA2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.11%

 BLUE value IS 162 (63.67% from 255) = 29.03%

R = 28.85%
G = 42.11%
B = 29.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#A1EBA2 (or 0xA1EBA2) is known color: Celadon. HEX triplet: A1, EB and A2. RGB value is (161,235,162). Sum of RGB (Red+Green+Blue) = 161+235+162=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EBA2 is #5E145D. Grayscale: #CCCCCC. Windows color (decimal): -6165598 or 10677153. OLE color: 10677153.

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

Color convert

RGB 161 235 162 -
CMYK 0.31 0 0.31 0.08
HSL 120.81º 0.65% 0.78% -
HSV(B) 120.81º 0.31% 0.92% -
XYZ 50.93 69.6 44.93 -
YUV 204.55 103.98 96.94 -
System Red Green Blue C M Y K H S L
Decimal 161 235 162 0.31 0 0.31 0.08 120.81 0.65 0.78
Hex A1 EB A2 1F 0 1F 8 79 41 4E
Octal 241 353 242 37 0 37 10 171 101 116
Binary 10100001 11101011 10100010 11111 0 11111 1000 1111001 1000001 1001110

Color Harmonies of #A1EBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBA2

Black with #A1EBA2

Text Example


Text Example

White with #A1EBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBA2; }

 p { color: rgb(161,235,162); }

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

background-color css

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

 a { background-color: rgb(161,235,162); }

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

border-color css

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

 span { border-color: rgb(161,235,162); }

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