#ADD21C

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

Shades of Rio Grande #ADD21C

Tints of Rio Grande #ADD21C

Color information

#ADD21C (or 0xADD21C) is unknown color: approx Rio Grande. HEX triplet: AD, D2 and 1C. RGB value is (173,210,28). Sum of RGB (Red+Green+Blue) = 173+210+28=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD21C is #522DE3. Grayscale: #B2B2B2. Windows color (decimal): -5385700 or 1888941. OLE color: 1888941.

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

Color convert

RGB17321028-
CMYK0.1800.870.18
HSL72.2º76.47%46.67%-
HSV(B)72.2º86.67%82.35%-
XYZ40.4955.069.59-
YUV178.1943.24124.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 210 (82.42% from 255) = 51.09%
BLUE value IS 28 (11.33% from 255) = 6.81%
R=42.09%
G=51.09%
B=6.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal173210280.1800.870.1872.276.4746.67
HexADD21C1205712484c2f
Octal255322342201272211011457
Binary10101101110100101110010010010101111001010010001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD21C; }

 p { color: rgb(173,210,28); }

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

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

 a { background-color: rgb(173,210,28); }

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

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

 span { border-color: rgb(173,210,28); }

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