Html Css Color HEX #A0EFAC Celadon

📋 copy color: '#A0EFAC'

red 160 ◦ green 239 ◦ blue 172

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

Shades of Celadon #A0EFAC

Tints of Celadon #A0EFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.12%

R = 28.02%
G = 41.86%
B = 30.12%

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

#A0EFAC (or 0xA0EFAC) is known color: Celadon. HEX triplet: A0, EF and AC. RGB value is (160,239,172). Sum of RGB (Red+Green+Blue) = 160+239+172=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EFAC is #5F1053. Grayscale: #CFCFCF. Windows color (decimal): -6230100 or 11333536. OLE color: 11333536.

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

Color convert

RGB 160 239 172 -
CMYK 0.33 0 0.28 0.06
HSL 129.11º 0.71% 0.78% -
HSV(B) 129.11º 0.33% 0.94% -
XYZ 52.81 72.19 50.18 -
YUV 207.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 160 239 172 0.33 0 0.28 0.06 129.11 0.71 0.78
Hex A0 EF AC 21 0 1C 6 81 47 4E
Octal 240 357 254 41 0 34 6 201 107 116
Binary 10100000 11101111 10101100 100001 0 11100 110 10000001 1000111 1001110

Color Harmonies of #A0EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EFAC

Black with #A0EFAC

Text Example


Text Example

White with #A0EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EFAC; }

 p { color: rgb(160,239,172); }

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

background-color css

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

 a { background-color: rgb(160,239,172); }

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

border-color css

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

 span { border-color: rgb(160,239,172); }

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