Html Css Color HEX #ABF0AF Celadon

📋 copy color: '#ABF0AF'

red 171 ◦ green 240 ◦ blue 175

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

Shades of Celadon #ABF0AF

Tints of Celadon #ABF0AF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.96%

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

R = 29.18%
G = 40.96%
B = 29.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#ABF0AF (or 0xABF0AF) is known color: Celadon. HEX triplet: AB, F0 and AF. RGB value is (171,240,175). Sum of RGB (Red+Green+Blue) = 171+240+175=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF0AF is #540F50. Grayscale: #D4D4D4. Windows color (decimal): -5508945 or 11530411. OLE color: 11530411.

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

Color convert

RGB 171 240 175 -
CMYK 0.29 0 0.27 0.06
HSL 123.48º 0.7% 0.81% -
HSV(B) 123.48º 0.29% 0.94% -
XYZ 55.69 74.07 51.92 -
YUV 211.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 171 240 175 0.29 0 0.27 0.06 123.48 0.7 0.81
Hex AB F0 AF 1D 0 1B 6 7B 46 51
Octal 253 360 257 35 0 33 6 173 106 121
Binary 10101011 11110000 10101111 11101 0 11011 110 1111011 1000110 1010001

Color Harmonies of #ABF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF0AF

Black with #ABF0AF

Text Example


Text Example

White with #ABF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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