Html Css Color HEX #ACC800 La Rioja

📋 copy color: '#ACC800'

red 172 ◦ green 200 ◦ blue 0

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

Shades of La Rioja #ACC800

Tints of La Rioja #ACC800

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.24%
G = 53.76%
B = 0%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#ACC800 (or 0xACC800) is known color: La Rioja. HEX triplet: AC, C8 and 00. RGB value is (172,200,0). Sum of RGB (Red+Green+Blue) = 172+200+0=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 200 (78.52% from 255 or 53.76% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC800 is #5337FF. Grayscale: #A9A9A9. Windows color (decimal): -5453824 or 51372. OLE color: 51372.

HSL color Cylindrical-coordinate representation of color #ACC800: hue angle of 68.4º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACC800 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 200 0 -
CMYK 0.14 0 1 0.22
HSL 68.4º 1% 0.39% -
HSV(B) 68.4º 1% 0.78% -
XYZ 37.67 50.08 7.68 -
YUV 168.83 32.72 130.26 -
System Red Green Blue C M Y K H S L
Decimal 172 200 0 0.14 0 1 0.22 68.4 1 0.39
Hex AC C8 0 E 0 64 16 44 64 27
Octal 254 310 0 16 0 144 26 104 144 47
Binary 10101100 11001000 0 1110 0 1100100 10110 1000100 1100100 100111

Color Harmonies of #ACC800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC800

Black with #ACC800

Text Example


Text Example

White with #ACC800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC800; }

 p { color: rgb(172,200,0); }

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

background-color css

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

 a { background-color: rgb(172,200,0); }

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

border-color css

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

 span { border-color: rgb(172,200,0); }

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