Html Css Color HEX #A1EFAB Celadon

📋 copy color: '#A1EFAB'

red 161 ◦ green 239 ◦ blue 171

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

Shades of Celadon #A1EFAB

Tints of Celadon #A1EFAB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.86%

 BLUE value IS 171 (67.19% from 255) = 29.95%

R = 28.2%
G = 41.86%
B = 29.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#A1EFAB (or 0xA1EFAB) is known color: Celadon. HEX triplet: A1, EF and AB. RGB value is (161,239,171). Sum of RGB (Red+Green+Blue) = 161+239+171=571 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.20% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EFAB is #5E1054. Grayscale: #D0D0D0. Windows color (decimal): -6164565 or 11268001. OLE color: 11268001.

HSL color Cylindrical-coordinate representation of color #A1EFAB: hue angle of 127.69º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFAB is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 239 171 -
CMYK 0.33 0 0.28 0.06
HSL 127.69º 0.71% 0.78% -
HSV(B) 127.69º 0.33% 0.94% -
XYZ 52.92 72.25 49.68 -
YUV 207.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 161 239 171 0.33 0 0.28 0.06 127.69 0.71 0.78
Hex A1 EF AB 21 0 1C 6 80 47 4E
Octal 241 357 253 41 0 34 6 200 107 116
Binary 10100001 11101111 10101011 100001 0 11100 110 10000000 1000111 1001110

Color Harmonies of #A1EFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFAB

Black with #A1EFAB

Text Example


Text Example

White with #A1EFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFAB; }

 p { color: rgb(161,239,171); }

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

background-color css

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

 a { background-color: rgb(161,239,171); }

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

border-color css

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

 span { border-color: rgb(161,239,171); }

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