Html Css Color HEX #ACC248 Celery

📋 copy color: '#ACC248'

red 172 ◦ green 194 ◦ blue 72

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

Shades of Celery #ACC248

Tints of Celery #ACC248

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.29%

 BLUE value IS 72 (28.52% from 255) = 16.44%

R = 39.27%
G = 44.29%
B = 16.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#ACC248 (or 0xACC248) is known color: Celery. HEX triplet: AC, C2 and 48. RGB value is (172,194,72). Sum of RGB (Red+Green+Blue) = 172+194+72=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC248 is #533DB7. Grayscale: #ADADAD. Windows color (decimal): -5455288 or 4768428. OLE color: 4768428.

HSL color Cylindrical-coordinate representation of color #ACC248: hue angle of 70.82º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ACC248 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 194 72 -
CMYK 0.11 0 0.63 0.24
HSL 70.82º 0.5% 0.52% -
HSV(B) 70.82º 0.63% 0.76% -
XYZ 37.47 47.82 13.39 -
YUV 173.51 70.71 126.92 -
System Red Green Blue C M Y K H S L
Decimal 172 194 72 0.11 0 0.63 0.24 70.82 0.5 0.52
Hex AC C2 48 B 0 3F 18 47 32 34
Octal 254 302 110 13 0 77 30 107 62 64
Binary 10101100 11000010 1001000 1011 0 111111 11000 1000111 110010 110100

Color Harmonies of #ACC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC248

Black with #ACC248

Text Example


Text Example

White with #ACC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC248; }

 p { color: rgb(172,194,72); }

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

background-color css

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

 a { background-color: rgb(172,194,72); }

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

border-color css

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

 span { border-color: rgb(172,194,72); }

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