Html Css Color HEX #ADCD0C Rio Grande

📋 copy color: '#ADCD0C'

red 173 ◦ green 205 ◦ blue 12

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

Shades of Rio Grande #ADCD0C

Tints of Rio Grande #ADCD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.08%

R = 44.36%
G = 52.56%
B = 3.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#ADCD0C (or 0xADCD0C) is known color: Rio Grande. HEX triplet: AD, CD and 0C. RGB value is (173,205,12). Sum of RGB (Red+Green+Blue) = 173+205+12=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 205 (80.47% from 255 or 52.56% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD0C is #5232F3. Grayscale: #AEAEAE. Windows color (decimal): -5386996 or 839085. OLE color: 839085.

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

Color convert

RGB 173 205 12 -
CMYK 0.16 0 0.94 0.20
HSL 69.95º 0.89% 0.43% -
HSV(B) 69.95º 0.94% 0.8% -
XYZ 39.13 52.57 8.43 -
YUV 173.43 36.9 127.69 -
System Red Green Blue C M Y K H S L
Decimal 173 205 12 0.16 0 0.94 0.20 69.95 0.89 0.43
Hex AD CD C 10 0 5E 14 46 59 2B
Octal 255 315 14 20 0 136 24 106 131 53
Binary 10101101 11001101 1100 10000 0 1011110 10100 1000110 1011001 101011

Color Harmonies of #ADCD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD0C

Black with #ADCD0C

Text Example


Text Example

White with #ADCD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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