Html Css Color HEX #ACC10C La Rioja

📋 copy color: '#ACC10C'

red 172 ◦ green 193 ◦ blue 12

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

Shades of La Rioja #ACC10C

Tints of La Rioja #ACC10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.18%

R = 45.62%
G = 51.19%
B = 3.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#ACC10C (or 0xACC10C) is known color: La Rioja. HEX triplet: AC, C1 and 0C. RGB value is (172,193,12). Sum of RGB (Red+Green+Blue) = 172+193+12=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC10C is #533EF3. Grayscale: #A6A6A6. Windows color (decimal): -5455604 or 836012. OLE color: 836012.

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

Color convert

RGB 172 193 12 -
CMYK 0.11 0 0.94 0.24
HSL 66.96º 0.88% 0.4% -
HSV(B) 66.96º 0.94% 0.76% -
XYZ 36.15 46.94 7.5 -
YUV 166.09 41.04 132.22 -
System Red Green Blue C M Y K H S L
Decimal 172 193 12 0.11 0 0.94 0.24 66.96 0.88 0.4
Hex AC C1 C B 0 5E 18 43 58 28
Octal 254 301 14 13 0 136 30 103 130 50
Binary 10101100 11000001 1100 1011 0 1011110 11000 1000011 1011000 101000

Color Harmonies of #ACC10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC10C

Black with #ACC10C

Text Example


Text Example

White with #ACC10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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