Html Css Color HEX #ADCF10 Rio Grande

📋 copy color: '#ADCF10'

red 173 ◦ green 207 ◦ blue 16

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

Shades of Rio Grande #ADCF10

Tints of Rio Grande #ADCF10

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.27%

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

R = 43.69%
G = 52.27%
B = 4.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#ADCF10 (or 0xADCF10) is known color: Rio Grande. HEX triplet: AD, CF and 10. RGB value is (173,207,16). Sum of RGB (Red+Green+Blue) = 173+207+16=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 16 (6.64% from 255 or 4.04% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCF10 is #5230EF. Grayscale: #AFAFAF. Windows color (decimal): -5386480 or 1101741. OLE color: 1101741.

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

Color convert

RGB 173 207 16 -
CMYK 0.16 0 0.92 0.19
HSL 70.68º 0.86% 0.44% -
HSV(B) 70.68º 0.92% 0.81% -
XYZ 39.64 53.55 8.74 -
YUV 175.06 38.24 126.53 -
System Red Green Blue C M Y K H S L
Decimal 173 207 16 0.16 0 0.92 0.19 70.68 0.86 0.44
Hex AD CF 10 10 0 5C 13 47 56 2C
Octal 255 317 20 20 0 134 23 107 126 54
Binary 10101101 11001111 10000 10000 0 1011100 10011 1000111 1010110 101100

Color Harmonies of #ADCF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF10

Black with #ADCF10

Text Example


Text Example

White with #ADCF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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