Html Css Color HEX #ADCE02 La Rioja

📋 copy color: '#ADCE02'

red 173 ◦ green 206 ◦ blue 2

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

Shades of La Rioja #ADCE02

Tints of La Rioja #ADCE02

RGB

 RED value IS 173 (67.97% from 255) = 45.41%

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

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

R = 45.41%
G = 54.07%
B = 0.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#ADCE02 (or 0xADCE02) is known color: La Rioja. HEX triplet: AD, CE and 02. RGB value is (173,206,2). Sum of RGB (Red+Green+Blue) = 173+206+2=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCE02 is #5231FD. Grayscale: #ADADAD. Windows color (decimal): -5386750 or 183981. OLE color: 183981.

HSL color Cylindrical-coordinate representation of color #ADCE02: hue angle of 69.71º 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 #ADCE02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 2 -
CMYK 0.16 0 0.99 0.19
HSL 69.71º 0.98% 0.41% -
HSV(B) 69.71º 0.99% 0.81% -
XYZ 39.32 53.03 8.22 -
YUV 172.88 31.57 128.09 -
System Red Green Blue C M Y K H S L
Decimal 173 206 2 0.16 0 0.99 0.19 69.71 0.98 0.41
Hex AD CE 2 10 0 63 13 46 62 29
Octal 255 316 2 20 0 143 23 106 142 51
Binary 10101101 11001110 10 10000 0 1100011 10011 1000110 1100010 101001

Color Harmonies of #ADCE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE02

Black with #ADCE02

Text Example


Text Example

White with #ADCE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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