Html Css Color HEX #ABF2AF Celadon

📋 copy color: '#ABF2AF'

red 171 ◦ green 242 ◦ blue 175

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

Shades of Celadon #ABF2AF

Tints of Celadon #ABF2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.16%

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

R = 29.08%
G = 41.16%
B = 29.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#ABF2AF (or 0xABF2AF) is known color: Celadon. HEX triplet: AB, F2 and AF. RGB value is (171,242,175). Sum of RGB (Red+Green+Blue) = 171+242+175=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF2AF is #540D50. Grayscale: #D5D5D5. Windows color (decimal): -5508433 or 11530923. OLE color: 11530923.

HSL color Cylindrical-coordinate representation of color #ABF2AF: hue angle of 123.38º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2AF is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 175 -
CMYK 0.29 0 0.28 0.05
HSL 123.38º 0.73% 0.81% -
HSV(B) 123.38º 0.29% 0.95% -
XYZ 56.28 75.26 52.12 -
YUV 213.13 106.48 97.95 -
System Red Green Blue C M Y K H S L
Decimal 171 242 175 0.29 0 0.28 0.05 123.38 0.73 0.81
Hex AB F2 AF 1D 0 1C 5 7B 49 51
Octal 253 362 257 35 0 34 5 173 111 121
Binary 10101011 11110010 10101111 11101 0 11100 101 1111011 1001001 1010001

Color Harmonies of #ABF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF2AF

Black with #ABF2AF

Text Example


Text Example

White with #ABF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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