Html Css Color HEX #ACC700 La Rioja

📋 copy color: '#ACC700'

red 172 ◦ green 199 ◦ blue 0

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

Shades of La Rioja #ACC700

Tints of La Rioja #ACC700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 53.64%

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

R = 46.36%
G = 53.64%
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

#ACC700 (or 0xACC700) is known color: La Rioja. HEX triplet: AC, C7 and 00. RGB value is (172,199,0). Sum of RGB (Red+Green+Blue) = 172+199+0=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 199 (78.12% from 255 or 53.64% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC700 is #5338FF. Grayscale: #A9A9A9. Windows color (decimal): -5454080 or 51116. OLE color: 51116.

HSL color Cylindrical-coordinate representation of color #ACC700: hue angle of 68.14º 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 #ACC700 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 0 -
CMYK 0.14 0 1 0.22
HSL 68.14º 1% 0.39% -
HSV(B) 68.14º 1% 0.78% -
XYZ 37.44 49.62 7.6 -
YUV 168.24 33.05 130.68 -
System Red Green Blue C M Y K H S L
Decimal 172 199 0 0.14 0 1 0.22 68.14 1 0.39
Hex AC C7 0 E 0 64 16 44 64 27
Octal 254 307 0 16 0 144 26 104 144 47
Binary 10101100 11000111 0 1110 0 1100100 10110 1000100 1100100 100111

Color Harmonies of #ACC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC700

Black with #ACC700

Text Example


Text Example

White with #ACC700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC700; }

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

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

background-color css

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

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

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

border-color css

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

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

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