#ADD00E

Color #ADD00E Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #ADD00E

Tints of Rio Grande #ADD00E

Color information

#ADD00E (or 0xADD00E) is unknown color: approx Rio Grande. HEX triplet: AD, D0 and 0E. RGB value is (173,208,14). Sum of RGB (Red+Green+Blue) = 173+208+14=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD00E is #522FF1. Grayscale: #B0B0B0. Windows color (decimal): -5386226 or 970925. OLE color: 970925.

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

Color convert

RGB17320814-
CMYK0.1700.930.18
HSL70.82º87.39%43.53%-
HSV(B)70.82º93.27%81.57%-
XYZ39.8754.038.74-
YUV175.4236.9126.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 208 (81.64% from 255) = 52.66%
BLUE value IS 14 (5.86% from 255) = 3.54%
R=43.80%
G=52.66%
B=3.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173208140.1700.930.1870.8287.3943.53
HexADD0E1105D1247572c
Octal255320162101352210712754
Binary1010110111010000111010001010111011001010001111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD00E; }

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

 H1.HeaderClassName
 {
   color: #ADD00E;
 }
 .AnyTagClassName
 {
   color: #ADD00E;
 }
</style>
background-color css

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

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

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

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

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

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