Html Css Color HEX #ADD01C Rio Grande

📋 copy color: '#ADD01C'

red 173 ◦ green 208 ◦ blue 28

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

Shades of Rio Grande #ADD01C

Tints of Rio Grande #ADD01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.85%

R = 42.3%
G = 50.86%
B = 6.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#ADD01C (or 0xADD01C) is known color: Rio Grande. HEX triplet: AD, D0 and 1C. RGB value is (173,208,28). Sum of RGB (Red+Green+Blue) = 173+208+28=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD01C is #522FE3. Grayscale: #B1B1B1. Windows color (decimal): -5386212 or 1888429. OLE color: 1888429.

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

Color convert

RGB 173 208 28 -
CMYK 0.17 0 0.87 0.18
HSL 71.67º 0.76% 0.46% -
HSV(B) 71.67º 0.87% 0.82% -
XYZ 40 54.08 9.43 -
YUV 177.02 43.9 125.14 -
System Red Green Blue C M Y K H S L
Decimal 173 208 28 0.17 0 0.87 0.18 71.67 0.76 0.46
Hex AD D0 1C 11 0 57 12 48 4C 2E
Octal 255 320 34 21 0 127 22 110 114 56
Binary 10101101 11010000 11100 10001 0 1010111 10010 1001000 1001100 101110

Color Harmonies of #ADD01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD01C

Black with #ADD01C

Text Example


Text Example

White with #ADD01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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