Html Css Color HEX #ACF1AF Celadon

📋 copy color: '#ACF1AF'

red 172 ◦ green 241 ◦ blue 175

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

Shades of Celadon #ACF1AF

Tints of Celadon #ACF1AF

RGB

 RED value IS 172 (67.58% from 255) = 29.25%

 GREEN value IS 241 (94.53% from 255) = 40.99%

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

R = 29.25%
G = 40.99%
B = 29.76%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#ACF1AF (or 0xACF1AF) is known color: Celadon. HEX triplet: AC, F1 and AF. RGB value is (172,241,175). Sum of RGB (Red+Green+Blue) = 172+241+175=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF1AF is #530E50. Grayscale: #D5D5D5. Windows color (decimal): -5443153 or 11530668. OLE color: 11530668.

HSL color Cylindrical-coordinate representation of color #ACF1AF: hue angle of 122.61º degrees, saturation: 0.71, 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 #ACF1AF is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 175 -
CMYK 0.29 0 0.27 0.05
HSL 122.61º 0.71% 0.81% -
HSV(B) 122.61º 0.29% 0.95% -
XYZ 56.21 74.78 52.03 -
YUV 212.85 106.64 98.87 -
System Red Green Blue C M Y K H S L
Decimal 172 241 175 0.29 0 0.27 0.05 122.61 0.71 0.81
Hex AC F1 AF 1D 0 1B 5 7B 47 51
Octal 254 361 257 35 0 33 5 173 107 121
Binary 10101100 11110001 10101111 11101 0 11011 101 1111011 1000111 1010001

Color Harmonies of #ACF1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1AF

Black with #ACF1AF

Text Example


Text Example

White with #ACF1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1AF; }

 p { color: rgb(172,241,175); }

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

background-color css

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

 a { background-color: rgb(172,241,175); }

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

border-color css

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

 span { border-color: rgb(172,241,175); }

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