Html Css Color HEX #ACC60A La Rioja

📋 copy color: '#ACC60A'

red 172 ◦ green 198 ◦ blue 10

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

Shades of La Rioja #ACC60A

Tints of La Rioja #ACC60A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.11%

 BLUE value IS 10 (4.3% from 255) = 2.63%

R = 45.26%
G = 52.11%
B = 2.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#ACC60A (or 0xACC60A) is known color: La Rioja. HEX triplet: AC, C6 and 0A. RGB value is (172,198,10). Sum of RGB (Red+Green+Blue) = 172+198+10=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 198 (77.73% from 255 or 52.11% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC60A is #5339F5. Grayscale: #A9A9A9. Windows color (decimal): -5454326 or 706220. OLE color: 706220.

HSL color Cylindrical-coordinate representation of color #ACC60A: hue angle of 68.3º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACC60A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 198 10 -
CMYK 0.13 0 0.95 0.22
HSL 68.3º 0.9% 0.41% -
HSV(B) 68.3º 0.95% 0.78% -
XYZ 37.26 49.18 7.82 -
YUV 168.79 38.39 130.29 -
System Red Green Blue C M Y K H S L
Decimal 172 198 10 0.13 0 0.95 0.22 68.3 0.9 0.41
Hex AC C6 A D 0 5F 16 44 5A 29
Octal 254 306 12 15 0 137 26 104 132 51
Binary 10101100 11000110 1010 1101 0 1011111 10110 1000100 1011010 101001

Color Harmonies of #ACC60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC60A

Black with #ACC60A

Text Example


Text Example

White with #ACC60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC60A; }

 p { color: rgb(172,198,10); }

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

background-color css

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

 a { background-color: rgb(172,198,10); }

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

border-color css

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

 span { border-color: rgb(172,198,10); }

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