Html Css Color HEX #ADD000 La Rioja

📋 copy color: '#ADD000'

red 173 ◦ green 208 ◦ blue 0

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

Shades of La Rioja #ADD000

Tints of La Rioja #ADD000

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.59%

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

R = 45.41%
G = 54.59%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#ADD000 (or 0xADD000) is known color: La Rioja. HEX triplet: AD, D0 and 00. RGB value is (173,208,0). Sum of RGB (Red+Green+Blue) = 173+208+0=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD000 is #522FFF. Grayscale: #AEAEAE. Windows color (decimal): -5386240 or 53421. OLE color: 53421.

HSL color Cylindrical-coordinate representation of color #ADD000: hue angle of 70.1º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADD000 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 0 -
CMYK 0.17 0 1 0.18
HSL 70.1º 1% 0.41% -
HSV(B) 70.1º 1% 0.82% -
XYZ 39.79 54 8.33 -
YUV 173.82 29.9 127.41 -
System Red Green Blue C M Y K H S L
Decimal 173 208 0 0.17 0 1 0.18 70.1 1 0.41
Hex AD D0 0 11 0 64 12 46 64 29
Octal 255 320 0 21 0 144 22 106 144 51
Binary 10101101 11010000 0 10001 0 1100100 10010 1000110 1100100 101001

Color Harmonies of #ADD000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD000

Black with #ADD000

Text Example


Text Example

White with #ADD000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD000; }

 p { color: rgb(173,208,0); }

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

background-color css

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

 a { background-color: rgb(173,208,0); }

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

border-color css

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

 span { border-color: rgb(173,208,0); }

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