Html Css Color HEX #A1EFB1 Celadon

📋 copy color: '#A1EFB1'

red 161 ◦ green 239 ◦ blue 177

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

Shades of Celadon #A1EFB1

Tints of Celadon #A1EFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.68%

R = 27.9%
G = 41.42%
B = 30.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#A1EFB1 (or 0xA1EFB1) is known color: Celadon. HEX triplet: A1, EF and B1. RGB value is (161,239,177). Sum of RGB (Red+Green+Blue) = 161+239+177=577 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.90% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 177 (69.53% from 255 or 30.68% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EFB1 is #5E104E. Grayscale: #D0D0D0. Windows color (decimal): -6164559 or 11661217. OLE color: 11661217.

HSL color Cylindrical-coordinate representation of color #A1EFB1: hue angle of 132.31º 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 #A1EFB1 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 239 177 -
CMYK 0.33 0 0.26 0.06
HSL 132.31º 0.71% 0.78% -
HSV(B) 132.31º 0.33% 0.94% -
XYZ 53.5 72.48 52.77 -
YUV 208.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 161 239 177 0.33 0 0.26 0.06 132.31 0.71 0.78
Hex A1 EF B1 21 0 1A 6 84 47 4E
Octal 241 357 261 41 0 32 6 204 107 116
Binary 10100001 11101111 10110001 100001 0 11010 110 10000100 1000111 1001110

Color Harmonies of #A1EFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EFB1

Black with #A1EFB1

Text Example


Text Example

White with #A1EFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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