Html Css Color HEX #ADCD10 Rio Grande

📋 copy color: '#ADCD10'

red 173 ◦ green 205 ◦ blue 16

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

Shades of Rio Grande #ADCD10

Tints of Rio Grande #ADCD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.06%

R = 43.91%
G = 52.03%
B = 4.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#ADCD10 (or 0xADCD10) is known color: Rio Grande. HEX triplet: AD, CD and 10. RGB value is (173,205,16). Sum of RGB (Red+Green+Blue) = 173+205+16=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCD10 is #5232EF. Grayscale: #AEAEAE. Windows color (decimal): -5386992 or 1101229. OLE color: 1101229.

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

Color convert

RGB 173 205 16 -
CMYK 0.16 0 0.92 0.20
HSL 70.16º 0.86% 0.43% -
HSV(B) 70.16º 0.92% 0.8% -
XYZ 39.16 52.58 8.58 -
YUV 173.89 38.9 127.37 -
System Red Green Blue C M Y K H S L
Decimal 173 205 16 0.16 0 0.92 0.20 70.16 0.86 0.43
Hex AD CD 10 10 0 5C 14 46 56 2B
Octal 255 315 20 20 0 134 24 106 126 53
Binary 10101101 11001101 10000 10000 0 1011100 10100 1000110 1010110 101011

Color Harmonies of #ADCD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCD10

Black with #ADCD10

Text Example


Text Example

White with #ADCD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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