Html Css Color HEX #A0E9AF Celadon

📋 copy color: '#A0E9AF'

red 160 ◦ green 233 ◦ blue 175

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

Shades of Celadon #A0E9AF

Tints of Celadon #A0E9AF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.02%

 BLUE value IS 175 (68.75% from 255) = 30.81%

R = 28.17%
G = 41.02%
B = 30.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#A0E9AF (or 0xA0E9AF) is known color: Celadon. HEX triplet: A0, E9 and AF. RGB value is (160,233,175). Sum of RGB (Red+Green+Blue) = 160+233+175=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E9AF is #5F1650. Grayscale: #CCCCCC. Windows color (decimal): -6231633 or 11528608. OLE color: 11528608.

HSL color Cylindrical-coordinate representation of color #A0E9AF: hue angle of 132.33º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E9AF is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 233 175 -
CMYK 0.31 0 0.25 0.09
HSL 132.33º 0.62% 0.77% -
HSV(B) 132.33º 0.31% 0.91% -
XYZ 51.37 68.85 51.14 -
YUV 204.56 111.32 96.22 -
System Red Green Blue C M Y K H S L
Decimal 160 233 175 0.31 0 0.25 0.09 132.33 0.62 0.77
Hex A0 E9 AF 1F 0 19 9 84 3E 4D
Octal 240 351 257 37 0 31 11 204 76 115
Binary 10100000 11101001 10101111 11111 0 11001 1001 10000100 111110 1001101

Color Harmonies of #A0E9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E9AF

Black with #A0E9AF

Text Example


Text Example

White with #A0E9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E9AF; }

 p { color: rgb(160,233,175); }

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

background-color css

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

 a { background-color: rgb(160,233,175); }

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

border-color css

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

 span { border-color: rgb(160,233,175); }

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