Html Css Color HEX #ACC02A Bahia

📋 copy color: '#ACC02A'

red 172 ◦ green 192 ◦ blue 42

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

Shades of Bahia #ACC02A

Tints of Bahia #ACC02A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.29%

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

R = 42.36%
G = 47.29%
B = 10.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#ACC02A (or 0xACC02A) is known color: Bahia. HEX triplet: AC, C0 and 2A. RGB value is (172,192,42). Sum of RGB (Red+Green+Blue) = 172+192+42=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC02A is #533FD5. Grayscale: #A9A9A9. Windows color (decimal): -5455830 or 2801836. OLE color: 2801836.

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

Color convert

RGB 172 192 42 -
CMYK 0.10 0 0.78 0.25
HSL 68º 0.64% 0.46% -
HSV(B) 68º 0.78% 0.75% -
XYZ 36.28 46.64 9.28 -
YUV 168.92 56.37 130.2 -
System Red Green Blue C M Y K H S L
Decimal 172 192 42 0.10 0 0.78 0.25 68 0.64 0.46
Hex AC C0 2A A 0 4E 19 44 40 2E
Octal 254 300 52 12 0 116 31 104 100 56
Binary 10101100 11000000 101010 1010 0 1001110 11001 1000100 1000000 101110

Color Harmonies of #ACC02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC02A

Black with #ACC02A

Text Example


Text Example

White with #ACC02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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