Html Css Color HEX #A1EDAF Celadon

📋 copy color: '#A1EDAF'

red 161 ◦ green 237 ◦ blue 175

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

Shades of Celadon #A1EDAF

Tints of Celadon #A1EDAF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.36%

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

R = 28.1%
G = 41.36%
B = 30.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#A1EDAF (or 0xA1EDAF) is known color: Celadon. HEX triplet: A1, ED and AF. RGB value is (161,237,175). Sum of RGB (Red+Green+Blue) = 161+237+175=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EDAF is #5E1250. Grayscale: #CFCFCF. Windows color (decimal): -6165073 or 11529633. OLE color: 11529633.

HSL color Cylindrical-coordinate representation of color #A1EDAF: hue angle of 131.05º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDAF is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 237 175 -
CMYK 0.32 0 0.26 0.07
HSL 131.05º 0.68% 0.78% -
HSV(B) 131.05º 0.32% 0.93% -
XYZ 52.72 71.24 51.53 -
YUV 207.21 109.82 95.04 -
System Red Green Blue C M Y K H S L
Decimal 161 237 175 0.32 0 0.26 0.07 131.05 0.68 0.78
Hex A1 ED AF 20 0 1A 7 83 44 4E
Octal 241 355 257 40 0 32 7 203 104 116
Binary 10100001 11101101 10101111 100000 0 11010 111 10000011 1000100 1001110

Color Harmonies of #A1EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EDAF

Black with #A1EDAF

Text Example


Text Example

White with #A1EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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