Html Css Color HEX #ACC50A La Rioja

📋 copy color: '#ACC50A'

red 172 ◦ green 197 ◦ blue 10

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

Shades of La Rioja #ACC50A

Tints of La Rioja #ACC50A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.98%

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

R = 45.38%
G = 51.98%
B = 2.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#ACC50A (or 0xACC50A) is known color: La Rioja. HEX triplet: AC, C5 and 0A. RGB value is (172,197,10). Sum of RGB (Red+Green+Blue) = 172+197+10=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC50A is #533AF5. Grayscale: #A8A8A8. Windows color (decimal): -5454582 or 705964. OLE color: 705964.

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

Color convert

RGB 172 197 10 -
CMYK 0.13 0 0.95 0.23
HSL 68.02º 0.9% 0.41% -
HSV(B) 68.02º 0.95% 0.77% -
XYZ 37.03 48.73 7.74 -
YUV 168.21 38.72 130.71 -
System Red Green Blue C M Y K H S L
Decimal 172 197 10 0.13 0 0.95 0.23 68.02 0.9 0.41
Hex AC C5 A D 0 5F 17 44 5A 29
Octal 254 305 12 15 0 137 27 104 132 51
Binary 10101100 11000101 1010 1101 0 1011111 10111 1000100 1011010 101001

Color Harmonies of #ACC50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC50A

Black with #ACC50A

Text Example


Text Example

White with #ACC50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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