Html Css Color HEX #A1FCB2 Celadon

📋 copy color: '#A1FCB2'

red 161 ◦ green 252 ◦ blue 178

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

Shades of Celadon #A1FCB2

Tints of Celadon #A1FCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.12%

R = 27.24%
G = 42.64%
B = 30.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#A1FCB2 (or 0xA1FCB2) is known color: Celadon. HEX triplet: A1, FC and B2. RGB value is (161,252,178). Sum of RGB (Red+Green+Blue) = 161+252+178=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1FCB2 is #5E034D. Grayscale: #D8D8D8. Windows color (decimal): -6161230 or 11730081. OLE color: 11730081.

HSL color Cylindrical-coordinate representation of color #A1FCB2: hue angle of 131.21º 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 #A1FCB2 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 252 178 -
CMYK 0.36 0 0.29 0.01
HSL 131.21º 0.94% 0.81% -
HSV(B) 131.21º 0.36% 0.99% -
XYZ 57.54 80.41 54.61 -
YUV 216.36 106.35 88.52 -
System Red Green Blue C M Y K H S L
Decimal 161 252 178 0.36 0 0.29 0.01 131.21 0.94 0.81
Hex A1 FC B2 24 0 1D 1 83 5E 51
Octal 241 374 262 44 0 35 1 203 136 121
Binary 10100001 11111100 10110010 100100 0 11101 1 10000011 1011110 1010001

Color Harmonies of #A1FCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1FCB2

Black with #A1FCB2

Text Example


Text Example

White with #A1FCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1FCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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