Html Css Color HEX #A1FCB6 Celadon

📋 copy color: '#A1FCB6'

red 161 ◦ green 252 ◦ blue 182

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

Shades of Celadon #A1FCB6

Tints of Celadon #A1FCB6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.35%

 BLUE value IS 182 (71.48% from 255) = 30.59%

R = 27.06%
G = 42.35%
B = 30.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#A1FCB6 (or 0xA1FCB6) is known color: Celadon. HEX triplet: A1, FC and B6. RGB value is (161,252,182). Sum of RGB (Red+Green+Blue) = 161+252+182=595 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.06% from 595); Green value is 252 (98.83% from 255 or 42.35% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCB6 is #5E0349. Grayscale: #D8D8D8. Windows color (decimal): -6161226 or 11992225. OLE color: 11992225.

HSL color Cylindrical-coordinate representation of color #A1FCB6: hue angle of 133.85º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCB6 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 252 182 -
CMYK 0.36 0 0.28 0.01
HSL 133.85º 0.94% 0.81% -
HSV(B) 133.85º 0.36% 0.99% -
XYZ 57.95 80.58 56.75 -
YUV 216.81 108.35 88.19 -
System Red Green Blue C M Y K H S L
Decimal 161 252 182 0.36 0 0.28 0.01 133.85 0.94 0.81
Hex A1 FC B6 24 0 1C 1 86 5E 51
Octal 241 374 266 44 0 34 1 206 136 121
Binary 10100001 11111100 10110110 100100 0 11100 1 10000110 1011110 1010001

Color Harmonies of #A1FCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCB6

Black with #A1FCB6

Text Example


Text Example

White with #A1FCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCB6; }

 p { color: rgb(161,252,182); }

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

background-color css

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

 a { background-color: rgb(161,252,182); }

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

border-color css

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

 span { border-color: rgb(161,252,182); }

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