Html Css Color HEX #A1E5AF Celadon

📋 copy color: '#A1E5AF'

red 161 ◦ green 229 ◦ blue 175

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

Shades of Celadon #A1E5AF

Tints of Celadon #A1E5AF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.53%

 BLUE value IS 175 (68.75% from 255) = 30.97%

R = 28.5%
G = 40.53%
B = 30.97%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#A1E5AF (or 0xA1E5AF) is known color: Celadon. HEX triplet: A1, E5 and AF. RGB value is (161,229,175). Sum of RGB (Red+Green+Blue) = 161+229+175=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E5AF is #5E1A50. Grayscale: #CACACA. Windows color (decimal): -6167121 or 11527585. OLE color: 11527585.

HSL color Cylindrical-coordinate representation of color #A1E5AF: hue angle of 132.35º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E5AF is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 229 175 -
CMYK 0.30 0 0.24 0.10
HSL 132.35º 0.57% 0.76% -
HSV(B) 132.35º 0.3% 0.9% -
XYZ 50.46 66.71 50.77 -
YUV 202.51 112.47 98.39 -
System Red Green Blue C M Y K H S L
Decimal 161 229 175 0.30 0 0.24 0.10 132.35 0.57 0.76
Hex A1 E5 AF 1E 0 18 A 84 39 4C
Octal 241 345 257 36 0 30 12 204 71 114
Binary 10100001 11100101 10101111 11110 0 11000 1010 10000100 111001 1001100

Color Harmonies of #A1E5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E5AF

Black with #A1E5AF

Text Example


Text Example

White with #A1E5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E5AF; }

 p { color: rgb(161,229,175); }

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

background-color css

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

 a { background-color: rgb(161,229,175); }

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

border-color css

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

 span { border-color: rgb(161,229,175); }

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