Html Css Color HEX #ACC14A Celery

📋 copy color: '#ACC14A'

red 172 ◦ green 193 ◦ blue 74

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

Shades of Celery #ACC14A

Tints of Celery #ACC14A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.96%

 BLUE value IS 74 (29.3% from 255) = 16.86%

R = 39.18%
G = 43.96%
B = 16.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#ACC14A (or 0xACC14A) is known color: Celery. HEX triplet: AC, C1 and 4A. RGB value is (172,193,74). Sum of RGB (Red+Green+Blue) = 172+193+74=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC14A is #533EB5. Grayscale: #ADADAD. Windows color (decimal): -5455542 or 4899244. OLE color: 4899244.

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

Color convert

RGB 172 193 74 -
CMYK 0.11 0 0.62 0.24
HSL 70.59º 0.49% 0.52% -
HSV(B) 70.59º 0.62% 0.76% -
XYZ 37.32 47.41 13.66 -
YUV 173.16 72.04 127.18 -
System Red Green Blue C M Y K H S L
Decimal 172 193 74 0.11 0 0.62 0.24 70.59 0.49 0.52
Hex AC C1 4A B 0 3E 18 47 31 34
Octal 254 301 112 13 0 76 30 107 61 64
Binary 10101100 11000001 1001010 1011 0 111110 11000 1000111 110001 110100

Color Harmonies of #ACC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC14A

Black with #ACC14A

Text Example


Text Example

White with #ACC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC14A; }

 p { color: rgb(172,193,74); }

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

background-color css

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

 a { background-color: rgb(172,193,74); }

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

border-color css

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

 span { border-color: rgb(172,193,74); }

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