Html Css Color HEX #ACCD00 La Rioja

📋 copy color: '#ACCD00'

red 172 ◦ green 205 ◦ blue 0

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

Shades of La Rioja #ACCD00

Tints of La Rioja #ACCD00

RGB

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

 GREEN value IS 205 (80.47% from 255) = 54.38%

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

R = 45.62%
G = 54.38%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#ACCD00 (or 0xACCD00) is known color: La Rioja. HEX triplet: AC, CD and 00. RGB value is (172,205,0). Sum of RGB (Red+Green+Blue) = 172+205+0=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCD00 is #5332FF. Grayscale: #ACACAC. Windows color (decimal): -5452544 or 52652. OLE color: 52652.

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

Color convert

RGB 172 205 0 -
CMYK 0.16 0 1 0.20
HSL 69.66º 1% 0.4% -
HSV(B) 69.66º 1% 0.8% -
XYZ 38.84 52.43 8.07 -
YUV 171.76 31.07 128.17 -
System Red Green Blue C M Y K H S L
Decimal 172 205 0 0.16 0 1 0.20 69.66 1 0.4
Hex AC CD 0 10 0 64 14 46 64 28
Octal 254 315 0 20 0 144 24 106 144 50
Binary 10101100 11001101 0 10000 0 1100100 10100 1000110 1100100 101000

Color Harmonies of #ACCD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD00

Black with #ACCD00

Text Example


Text Example

White with #ACCD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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