Html Css Color HEX #A1E3AF Celadon

📋 copy color: '#A1E3AF'

red 161 ◦ green 227 ◦ blue 175

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

Shades of Celadon #A1E3AF

Tints of Celadon #A1E3AF

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.32%

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

R = 28.6%
G = 40.32%
B = 31.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#A1E3AF (or 0xA1E3AF) is known color: Celadon. HEX triplet: A1, E3 and AF. RGB value is (161,227,175). Sum of RGB (Red+Green+Blue) = 161+227+175=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E3AF is #5E1C50. Grayscale: #C9C9C9. Windows color (decimal): -6167633 or 11527073. OLE color: 11527073.

HSL color Cylindrical-coordinate representation of color #A1E3AF: hue angle of 132.73º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E3AF is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 227 175 -
CMYK 0.29 0 0.23 0.11
HSL 132.73º 0.54% 0.76% -
HSV(B) 132.73º 0.29% 0.89% -
XYZ 49.9 65.61 50.59 -
YUV 201.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 161 227 175 0.29 0 0.23 0.11 132.73 0.54 0.76
Hex A1 E3 AF 1D 0 17 B 85 36 4C
Octal 241 343 257 35 0 27 13 205 66 114
Binary 10100001 11100011 10101111 11101 0 10111 1011 10000101 110110 1001100

Color Harmonies of #A1E3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E3AF

Black with #A1E3AF

Text Example


Text Example

White with #A1E3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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