Html Css Color HEX #ABE0AF Celadon

📋 copy color: '#ABE0AF'

red 171 ◦ green 224 ◦ blue 175

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

Shades of Celadon #ABE0AF

Tints of Celadon #ABE0AF

RGB

 RED value IS 171 (67.19% from 255) = 30%

 GREEN value IS 224 (87.89% from 255) = 39.3%

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

R = 30%
G = 39.3%
B = 30.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#ABE0AF (or 0xABE0AF) is known color: Celadon. HEX triplet: AB, E0 and AF. RGB value is (171,224,175). Sum of RGB (Red+Green+Blue) = 171+224+175=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 224 (87.89% from 255 or 39.30% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABE0AF is #541F50. Grayscale: #CACACA. Windows color (decimal): -5513041 or 11526315. OLE color: 11526315.

HSL color Cylindrical-coordinate representation of color #ABE0AF: hue angle of 124.53º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0AF is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 224 175 -
CMYK 0.24 0 0.22 0.12
HSL 124.53º 0.46% 0.77% -
HSV(B) 124.53º 0.24% 0.88% -
XYZ 51.19 65.06 50.42 -
YUV 202.57 112.44 105.48 -
System Red Green Blue C M Y K H S L
Decimal 171 224 175 0.24 0 0.22 0.12 124.53 0.46 0.77
Hex AB E0 AF 18 0 16 C 7D 2E 4D
Octal 253 340 257 30 0 26 14 175 56 115
Binary 10101011 11100000 10101111 11000 0 10110 1100 1111101 101110 1001101

Color Harmonies of #ABE0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABE0AF

Black with #ABE0AF

Text Example


Text Example

White with #ABE0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABE0AF; }

 p { color: rgb(171,224,175); }

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

background-color css

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

 a { background-color: rgb(171,224,175); }

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

border-color css

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

 span { border-color: rgb(171,224,175); }

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