Html Css Color HEX #ACC12E Bahia

📋 copy color: '#ACC12E'

red 172 ◦ green 193 ◦ blue 46

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

Shades of Bahia #ACC12E

Tints of Bahia #ACC12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.19%

R = 41.85%
G = 46.96%
B = 11.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#ACC12E (or 0xACC12E) is known color: Bahia. HEX triplet: AC, C1 and 2E. RGB value is (172,193,46). Sum of RGB (Red+Green+Blue) = 172+193+46=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC12E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC12E is #533ED1. Grayscale: #AAAAAA. Windows color (decimal): -5455570 or 3064236. OLE color: 3064236.

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

Color convert

RGB 172 193 46 -
CMYK 0.11 0 0.76 0.24
HSL 68.57º 0.62% 0.47% -
HSV(B) 68.57º 0.76% 0.76% -
XYZ 36.58 47.11 9.75 -
YUV 169.96 58.04 129.45 -
System Red Green Blue C M Y K H S L
Decimal 172 193 46 0.11 0 0.76 0.24 68.57 0.62 0.47
Hex AC C1 2E B 0 4C 18 45 3E 2F
Octal 254 301 56 13 0 114 30 105 76 57
Binary 10101100 11000001 101110 1011 0 1001100 11000 1000101 111110 101111

Color Harmonies of #ACC12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC12E

Black with #ACC12E

Text Example


Text Example

White with #ACC12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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