Html Css Color HEX #ACCC01 La Rioja

📋 copy color: '#ACCC01'

red 172 ◦ green 204 ◦ blue 1

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

Shades of La Rioja #ACCC01

Tints of La Rioja #ACCC01

RGB

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

 GREEN value IS 204 (80.08% from 255) = 54.11%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 45.62%
G = 54.11%
B = 0.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#ACCC01 (or 0xACCC01) is known color: La Rioja. HEX triplet: AC, CC and 01. RGB value is (172,204,1). Sum of RGB (Red+Green+Blue) = 172+204+1=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 1 (0.78% from 255 or 0.27% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCC01 is #5333FE. Grayscale: #ACACAC. Windows color (decimal): -5452799 or 117932. OLE color: 117932.

HSL color Cylindrical-coordinate representation of color #ACCC01: hue angle of 69.46º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACCC01 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 204 1 -
CMYK 0.16 0 1.00 0.2
HSL 69.46º 0.99% 0.4% -
HSV(B) 69.46º 1% 0.8% -
XYZ 38.61 51.96 8.02 -
YUV 171.29 31.9 128.51 -
System Red Green Blue C M Y K H S L
Decimal 172 204 1 0.16 0 1.00 0.2 69.46 0.99 0.4
Hex AC CC 1 10 0 64 14 45 63 28
Octal 254 314 1 20 0 144 24 105 143 50
Binary 10101100 11001100 1 10000 0 1100100 10100 1000101 1100011 101000

Color Harmonies of #ACCC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCC01

Black with #ACCC01

Text Example


Text Example

White with #ACCC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCC01; }

 p { color: rgb(172,204,1); }

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

background-color css

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

 a { background-color: rgb(172,204,1); }

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

border-color css

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

 span { border-color: rgb(172,204,1); }

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