Html Css Color HEX #ACC718 Bahia

📋 copy color: '#ACC718'

red 172 ◦ green 199 ◦ blue 24

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

Shades of Bahia #ACC718

Tints of Bahia #ACC718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.08%

R = 43.54%
G = 50.38%
B = 6.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#ACC718 (or 0xACC718) is known color: Bahia. HEX triplet: AC, C7 and 18. RGB value is (172,199,24). Sum of RGB (Red+Green+Blue) = 172+199+24=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 199 (78.12% from 255 or 50.38% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC718 is #5338E7. Grayscale: #ABABAB. Windows color (decimal): -5454056 or 1623980. OLE color: 1623980.

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

Color convert

RGB 172 199 24 -
CMYK 0.14 0 0.88 0.22
HSL 69.26º 0.78% 0.44% -
HSV(B) 69.26º 0.88% 0.78% -
XYZ 37.6 49.68 8.47 -
YUV 170.98 45.05 128.73 -
System Red Green Blue C M Y K H S L
Decimal 172 199 24 0.14 0 0.88 0.22 69.26 0.78 0.44
Hex AC C7 18 E 0 58 16 45 4E 2C
Octal 254 307 30 16 0 130 26 105 116 54
Binary 10101100 11000111 11000 1110 0 1011000 10110 1000101 1001110 101100

Color Harmonies of #ACC718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC718

Black with #ACC718

Text Example


Text Example

White with #ACC718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC718; }

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

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

background-color css

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

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

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

border-color css

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

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

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