Html Css Color HEX #ADD218 Rio Grande

📋 copy color: '#ADD218'

red 173 ◦ green 210 ◦ blue 24

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

Shades of Rio Grande #ADD218

Tints of Rio Grande #ADD218

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.6%

 BLUE value IS 24 (9.77% from 255) = 5.9%

R = 42.51%
G = 51.6%
B = 5.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#ADD218 (or 0xADD218) is known color: Rio Grande. HEX triplet: AD, D2 and 18. RGB value is (173,210,24). Sum of RGB (Red+Green+Blue) = 173+210+24=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 210 (82.42% from 255 or 51.60% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD218 is #522DE7. Grayscale: #B2B2B2. Windows color (decimal): -5385704 or 1626797. OLE color: 1626797.

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

Color convert

RGB 173 210 24 -
CMYK 0.18 0 0.89 0.18
HSL 71.94º 0.79% 0.46% -
HSV(B) 71.94º 0.89% 0.82% -
XYZ 40.45 55.04 9.36 -
YUV 177.73 41.24 124.62 -
System Red Green Blue C M Y K H S L
Decimal 173 210 24 0.18 0 0.89 0.18 71.94 0.79 0.46
Hex AD D2 18 12 0 59 12 48 4F 2E
Octal 255 322 30 22 0 131 22 110 117 56
Binary 10101101 11010010 11000 10010 0 1011001 10010 1001000 1001111 101110

Color Harmonies of #ADD218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD218

Black with #ADD218

Text Example


Text Example

White with #ADD218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD218; }

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

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

background-color css

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

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

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

border-color css

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

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

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