Html Css Color HEX #ABFFAF Celadon

📋 copy color: '#ABFFAF'

red 171 ◦ green 255 ◦ blue 175

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

Shades of Celadon #ABFFAF

Tints of Celadon #ABFFAF

RGB

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

 GREEN value IS 255 (100% from 255) = 42.43%

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

R = 28.45%
G = 42.43%
B = 29.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#ABFFAF (or 0xABFFAF) is known color: Celadon. HEX triplet: AB, FF and AF. RGB value is (171,255,175). Sum of RGB (Red+Green+Blue) = 171+255+175=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 175 (68.75% from 255 or 29.12% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABFFAF is #540050. Grayscale: #DDDDDD. Windows color (decimal): -5505105 or 11534251. OLE color: 11534251.

HSL color Cylindrical-coordinate representation of color #ABFFAF: hue angle of 122.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFAF is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 171 255 175 -
CMYK 0.33 0 0.31 0
HSL 122.86º 1% 0.84% -
HSV(B) 122.86º 0.33% 1% -
XYZ 60.29 83.27 53.45 -
YUV 220.76 102.17 92.5 -
System Red Green Blue C M Y K H S L
Decimal 171 255 175 0.33 0 0.31 0 122.86 1 0.84
Hex AB FF AF 21 0 1F 0 7B 64 54
Octal 253 377 257 41 0 37 0 173 144 124
Binary 10101011 11111111 10101111 100001 0 11111 0 1111011 1100100 1010100

Color Harmonies of #ABFFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFFAF

Black with #ABFFAF

Text Example


Text Example

White with #ABFFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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