Html Css Color HEX #A0FCB4 Celadon

📋 copy color: '#A0FCB4'

red 160 ◦ green 252 ◦ blue 180

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

Shades of Celadon #A0FCB4

Tints of Celadon #A0FCB4

RGB

 RED value IS 160 (62.89% from 255) = 27.03%

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

 BLUE value IS 180 (70.7% from 255) = 30.41%

R = 27.03%
G = 42.57%
B = 30.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#A0FCB4 (or 0xA0FCB4) is known color: Celadon. HEX triplet: A0, FC and B4. RGB value is (160,252,180). Sum of RGB (Red+Green+Blue) = 160+252+180=592 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.03% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCB4 is #5F034B. Grayscale: #D8D8D8. Windows color (decimal): -6226764 or 11861152. OLE color: 11861152.

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

Color convert

RGB 160 252 180 -
CMYK 0.37 0 0.29 0.01
HSL 133.04º 0.94% 0.81% -
HSV(B) 133.04º 0.37% 0.99% -
XYZ 57.55 80.39 55.66 -
YUV 216.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 160 252 180 0.37 0 0.29 0.01 133.04 0.94 0.81
Hex A0 FC B4 25 0 1D 1 85 5E 51
Octal 240 374 264 45 0 35 1 205 136 121
Binary 10100000 11111100 10110100 100101 0 11101 1 10000101 1011110 1010001

Color Harmonies of #A0FCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCB4

Black with #A0FCB4

Text Example


Text Example

White with #A0FCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCB4; }

 p { color: rgb(160,252,180); }

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

background-color css

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

 a { background-color: rgb(160,252,180); }

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

border-color css

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

 span { border-color: rgb(160,252,180); }

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