Html Css Color HEX #ACF1B2 Celadon

📋 copy color: '#ACF1B2'

red 172 ◦ green 241 ◦ blue 178

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

Shades of Celadon #ACF1B2

Tints of Celadon #ACF1B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.12%

R = 29.1%
G = 40.78%
B = 30.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#ACF1B2 (or 0xACF1B2) is known color: Celadon. HEX triplet: AC, F1 and B2. RGB value is (172,241,178). Sum of RGB (Red+Green+Blue) = 172+241+178=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 178 (69.92% from 255 or 30.12% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF1B2 is #530E4D. Grayscale: #D5D5D5. Windows color (decimal): -5443150 or 11727276. OLE color: 11727276.

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

Color convert

RGB 172 241 178 -
CMYK 0.29 0 0.26 0.05
HSL 125.22º 0.71% 0.81% -
HSV(B) 125.22º 0.29% 0.95% -
XYZ 56.5 74.9 53.6 -
YUV 213.19 108.14 98.62 -
System Red Green Blue C M Y K H S L
Decimal 172 241 178 0.29 0 0.26 0.05 125.22 0.71 0.81
Hex AC F1 B2 1D 0 1A 5 7D 47 51
Octal 254 361 262 35 0 32 5 175 107 121
Binary 10101100 11110001 10110010 11101 0 11010 101 1111101 1000111 1010001

Color Harmonies of #ACF1B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1B2

Black with #ACF1B2

Text Example


Text Example

White with #ACF1B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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