Html Css Color HEX #ACCE02 La Rioja

📋 copy color: '#ACCE02'

red 172 ◦ green 206 ◦ blue 2

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

Shades of La Rioja #ACCE02

Tints of La Rioja #ACCE02

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.21%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 45.26%
G = 54.21%
B = 0.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#ACCE02 (or 0xACCE02) is known color: La Rioja. HEX triplet: AC, CE and 02. RGB value is (172,206,2). Sum of RGB (Red+Green+Blue) = 172+206+2=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCE02 is #5331FD. Grayscale: #ADADAD. Windows color (decimal): -5452286 or 183980. OLE color: 183980.

HSL color Cylindrical-coordinate representation of color #ACCE02: hue angle of 70º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACCE02 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 206 2 -
CMYK 0.17 0 0.99 0.19
HSL 70º 0.98% 0.41% -
HSV(B) 70º 0.99% 0.81% -
XYZ 39.1 52.92 8.21 -
YUV 172.58 31.74 127.59 -
System Red Green Blue C M Y K H S L
Decimal 172 206 2 0.17 0 0.99 0.19 70 0.98 0.41
Hex AC CE 2 11 0 63 13 46 62 29
Octal 254 316 2 21 0 143 23 106 142 51
Binary 10101100 11001110 10 10001 0 1100011 10011 1000110 1100010 101001

Color Harmonies of #ACCE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCE02

Black with #ACCE02

Text Example


Text Example

White with #ACCE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCE02; }

 p { color: rgb(172,206,2); }

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

background-color css

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

 a { background-color: rgb(172,206,2); }

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

border-color css

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

 span { border-color: rgb(172,206,2); }

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