Html Css Color HEX #ACC12A Bahia

📋 copy color: '#ACC12A'

red 172 ◦ green 193 ◦ blue 42

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

Shades of Bahia #ACC12A

Tints of Bahia #ACC12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.32%

R = 42.26%
G = 47.42%
B = 10.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#ACC12A (or 0xACC12A) is known color: Bahia. HEX triplet: AC, C1 and 2A. RGB value is (172,193,42). Sum of RGB (Red+Green+Blue) = 172+193+42=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC12A is #533ED5. Grayscale: #AAAAAA. Windows color (decimal): -5455574 or 2802092. OLE color: 2802092.

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

Color convert

RGB 172 193 42 -
CMYK 0.11 0 0.78 0.24
HSL 68.34º 0.64% 0.46% -
HSV(B) 68.34º 0.78% 0.76% -
XYZ 36.5 47.08 9.35 -
YUV 169.51 56.04 129.78 -
System Red Green Blue C M Y K H S L
Decimal 172 193 42 0.11 0 0.78 0.24 68.34 0.64 0.46
Hex AC C1 2A B 0 4E 18 44 40 2E
Octal 254 301 52 13 0 116 30 104 100 56
Binary 10101100 11000001 101010 1011 0 1001110 11000 1000100 1000000 101110

Color Harmonies of #ACC12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC12A

Black with #ACC12A

Text Example


Text Example

White with #ACC12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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