Html Css Color HEX #A1EBA8 Celadon

📋 copy color: '#A1EBA8'

red 161 ◦ green 235 ◦ blue 168

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

Shades of Celadon #A1EBA8

Tints of Celadon #A1EBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.79%

R = 28.55%
G = 41.67%
B = 29.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#A1EBA8 (or 0xA1EBA8) is known color: Celadon. HEX triplet: A1, EB and A8. RGB value is (161,235,168). Sum of RGB (Red+Green+Blue) = 161+235+168=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EBA8 is #5E1457. Grayscale: #CDCDCD. Windows color (decimal): -6165592 or 11070369. OLE color: 11070369.

HSL color Cylindrical-coordinate representation of color #A1EBA8: hue angle of 125.68º 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 #A1EBA8 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 168 -
CMYK 0.31 0 0.29 0.08
HSL 125.68º 0.65% 0.78% -
HSV(B) 125.68º 0.31% 0.92% -
XYZ 51.47 69.82 47.81 -
YUV 205.24 106.98 96.45 -
System Red Green Blue C M Y K H S L
Decimal 161 235 168 0.31 0 0.29 0.08 125.68 0.65 0.78
Hex A1 EB A8 1F 0 1D 8 7E 41 4E
Octal 241 353 250 37 0 35 10 176 101 116
Binary 10100001 11101011 10101000 11111 0 11101 1000 1111110 1000001 1001110

Color Harmonies of #A1EBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EBA8

Black with #A1EBA8

Text Example


Text Example

White with #A1EBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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