Html Css Color HEX #ADCD12 Rio Grande

📋 copy color: '#ADCD12'

red 173 ◦ green 205 ◦ blue 18

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

Shades of Rio Grande #ADCD12

Tints of Rio Grande #ADCD12

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.77%

 BLUE value IS 18 (7.42% from 255) = 4.55%

R = 43.69%
G = 51.77%
B = 4.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#ADCD12 (or 0xADCD12) is known color: Rio Grande. HEX triplet: AD, CD and 12. RGB value is (173,205,18). Sum of RGB (Red+Green+Blue) = 173+205+18=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD12 is #5232ED. Grayscale: #AEAEAE. Windows color (decimal): -5386990 or 1232301. OLE color: 1232301.

HSL color Cylindrical-coordinate representation of color #ADCD12: hue angle of 70.27º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADCD12 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 205 18 -
CMYK 0.16 0 0.91 0.20
HSL 70.27º 0.84% 0.44% -
HSV(B) 70.27º 0.91% 0.8% -
XYZ 39.17 52.59 8.66 -
YUV 174.11 39.9 127.21 -
System Red Green Blue C M Y K H S L
Decimal 173 205 18 0.16 0 0.91 0.20 70.27 0.84 0.44
Hex AD CD 12 10 0 5B 14 46 54 2C
Octal 255 315 22 20 0 133 24 106 124 54
Binary 10101101 11001101 10010 10000 0 1011011 10100 1000110 1010100 101100

Color Harmonies of #ADCD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD12

Black with #ADCD12

Text Example


Text Example

White with #ADCD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD12; }

 p { color: rgb(173,205,18); }

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

background-color css

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

 a { background-color: rgb(173,205,18); }

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

border-color css

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

 span { border-color: rgb(173,205,18); }

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