Html Css Color HEX #ACF2B2 Celadon

📋 copy color: '#ACF2B2'

red 172 ◦ green 242 ◦ blue 178

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

Shades of Celadon #ACF2B2

Tints of Celadon #ACF2B2

RGB

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

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

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

R = 29.05%
G = 40.88%
B = 30.07%

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

#ACF2B2 (or 0xACF2B2) is known color: Celadon. HEX triplet: AC, F2 and B2. RGB value is (172,242,178). Sum of RGB (Red+Green+Blue) = 172+242+178=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 178 (69.92% from 255 or 30.07% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF2B2 is #530D4D. Grayscale: #D5D5D5. Windows color (decimal): -5442894 or 11727532. OLE color: 11727532.

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

Color convert

RGB 172 242 178 -
CMYK 0.29 0 0.26 0.05
HSL 125.14º 0.73% 0.81% -
HSV(B) 125.14º 0.29% 0.95% -
XYZ 56.8 75.49 53.7 -
YUV 213.77 107.81 98.2 -
System Red Green Blue C M Y K H S L
Decimal 172 242 178 0.29 0 0.26 0.05 125.14 0.73 0.81
Hex AC F2 B2 1D 0 1A 5 7D 49 51
Octal 254 362 262 35 0 32 5 175 111 121
Binary 10101100 11110010 10110010 11101 0 11010 101 1111101 1001001 1010001

Color Harmonies of #ACF2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2B2

Black with #ACF2B2

Text Example


Text Example

White with #ACF2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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