Html Css Color HEX #ACC740 Celery

📋 copy color: '#ACC740'

red 172 ◦ green 199 ◦ blue 64

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

Shades of Celery #ACC740

Tints of Celery #ACC740

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.75%

 BLUE value IS 64 (25.39% from 255) = 14.71%

R = 39.54%
G = 45.75%
B = 14.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#ACC740 (or 0xACC740) is known color: Celery. HEX triplet: AC, C7 and 40. RGB value is (172,199,64). Sum of RGB (Red+Green+Blue) = 172+199+64=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC740 is #5338BF. Grayscale: #B0B0B0. Windows color (decimal): -5454016 or 4245420. OLE color: 4245420.

HSL color Cylindrical-coordinate representation of color #ACC740: hue angle of 72º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACC740 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 64 -
CMYK 0.14 0 0.68 0.22
HSL 72º 0.55% 0.52% -
HSV(B) 72º 0.68% 0.78% -
XYZ 38.36 49.99 12.48 -
YUV 175.54 65.05 125.48 -
System Red Green Blue C M Y K H S L
Decimal 172 199 64 0.14 0 0.68 0.22 72 0.55 0.52
Hex AC C7 40 E 0 44 16 48 37 34
Octal 254 307 100 16 0 104 26 110 67 64
Binary 10101100 11000111 1000000 1110 0 1000100 10110 1001000 110111 110100

Color Harmonies of #ACC740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC740

Black with #ACC740

Text Example


Text Example

White with #ACC740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC740; }

 p { color: rgb(172,199,64); }

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

background-color css

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

 a { background-color: rgb(172,199,64); }

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

border-color css

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

 span { border-color: rgb(172,199,64); }

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