Html Css Color HEX #ADD322 Rio Grande

📋 copy color: '#ADD322'

red 173 ◦ green 211 ◦ blue 34

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

Shades of Rio Grande #ADD322

Tints of Rio Grande #ADD322

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.48%

 BLUE value IS 34 (13.67% from 255) = 8.13%

R = 41.39%
G = 50.48%
B = 8.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#ADD322 (or 0xADD322) is known color: Rio Grande. HEX triplet: AD, D3 and 22. RGB value is (173,211,34). Sum of RGB (Red+Green+Blue) = 173+211+34=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD322 is #522CDD. Grayscale: #B4B4B4. Windows color (decimal): -5385438 or 2282413. OLE color: 2282413.

HSL color Cylindrical-coordinate representation of color #ADD322: hue angle of 72.88º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADD322 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 211 34 -
CMYK 0.18 0 0.84 0.17
HSL 72.88º 0.72% 0.48% -
HSV(B) 72.88º 0.84% 0.83% -
XYZ 40.82 55.59 10.09 -
YUV 179.46 45.91 123.39 -
System Red Green Blue C M Y K H S L
Decimal 173 211 34 0.18 0 0.84 0.17 72.88 0.72 0.48
Hex AD D3 22 12 0 54 11 49 48 30
Octal 255 323 42 22 0 124 21 111 110 60
Binary 10101101 11010011 100010 10010 0 1010100 10001 1001001 1001000 110000

Color Harmonies of #ADD322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD322

Black with #ADD322

Text Example


Text Example

White with #ADD322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD322; }

 p { color: rgb(173,211,34); }

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

background-color css

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

 a { background-color: rgb(173,211,34); }

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

border-color css

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

 span { border-color: rgb(173,211,34); }

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