Html Css Color HEX #ACF4AF Celadon

📋 copy color: '#ACF4AF'

red 172 ◦ green 244 ◦ blue 175

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

Shades of Celadon #ACF4AF

Tints of Celadon #ACF4AF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.29%

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

R = 29.1%
G = 41.29%
B = 29.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#ACF4AF (or 0xACF4AF) is known color: Celadon. HEX triplet: AC, F4 and AF. RGB value is (172,244,175). Sum of RGB (Red+Green+Blue) = 172+244+175=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 244 (95.70% from 255 or 41.29% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF4AF is #530B50. Grayscale: #D6D6D6. Windows color (decimal): -5442385 or 11531436. OLE color: 11531436.

HSL color Cylindrical-coordinate representation of color #ACF4AF: hue angle of 122.5º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF4AF is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 175 -
CMYK 0.30 0 0.28 0.04
HSL 122.5º 0.77% 0.82% -
HSV(B) 122.5º 0.3% 0.96% -
XYZ 57.1 76.57 52.33 -
YUV 214.61 105.65 97.61 -
System Red Green Blue C M Y K H S L
Decimal 172 244 175 0.30 0 0.28 0.04 122.5 0.77 0.82
Hex AC F4 AF 1E 0 1C 4 7B 4D 52
Octal 254 364 257 36 0 34 4 173 115 122
Binary 10101100 11110100 10101111 11110 0 11100 100 1111011 1001101 1010010

Color Harmonies of #ACF4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF4AF

Black with #ACF4AF

Text Example


Text Example

White with #ACF4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF4AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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