Html Css Color HEX #ACC14F Celery

📋 copy color: '#ACC14F'

red 172 ◦ green 193 ◦ blue 79

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

Shades of Celery #ACC14F

Tints of Celery #ACC14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.79%

R = 38.74%
G = 43.47%
B = 17.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#ACC14F (or 0xACC14F) is known color: Celery. HEX triplet: AC, C1 and 4F. RGB value is (172,193,79). Sum of RGB (Red+Green+Blue) = 172+193+79=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 79 (31.25% from 255 or 17.79% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC14F is #533EB0. Grayscale: #AEAEAE. Windows color (decimal): -5455537 or 5226924. OLE color: 5226924.

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

Color convert

RGB 172 193 79 -
CMYK 0.11 0 0.59 0.24
HSL 71.05º 0.48% 0.53% -
HSV(B) 71.05º 0.59% 0.76% -
XYZ 37.49 47.48 14.58 -
YUV 173.73 74.54 126.77 -
System Red Green Blue C M Y K H S L
Decimal 172 193 79 0.11 0 0.59 0.24 71.05 0.48 0.53
Hex AC C1 4F B 0 3B 18 47 30 35
Octal 254 301 117 13 0 73 30 107 60 65
Binary 10101100 11000001 1001111 1011 0 111011 11000 1000111 110000 110101

Color Harmonies of #ACC14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC14F

Black with #ACC14F

Text Example


Text Example

White with #ACC14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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