Html Css Color HEX #ADCE15 Rio Grande

📋 copy color: '#ADCE15'

red 173 ◦ green 206 ◦ blue 21

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

Shades of Rio Grande #ADCE15

Tints of Rio Grande #ADCE15

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.5%

 BLUE value IS 21 (8.59% from 255) = 5.25%

R = 43.25%
G = 51.5%
B = 5.25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#ADCE15 (or 0xADCE15) is known color: Rio Grande. HEX triplet: AD, CE and 15. RGB value is (173,206,21). Sum of RGB (Red+Green+Blue) = 173+206+21=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCE15 is #5231EA. Grayscale: #AFAFAF. Windows color (decimal): -5386731 or 1429165. OLE color: 1429165.

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

Color convert

RGB 173 206 21 -
CMYK 0.16 0 0.90 0.19
HSL 70.7º 0.81% 0.45% -
HSV(B) 70.7º 0.9% 0.81% -
XYZ 39.44 53.08 8.88 -
YUV 175.04 41.07 126.54 -
System Red Green Blue C M Y K H S L
Decimal 173 206 21 0.16 0 0.90 0.19 70.7 0.81 0.45
Hex AD CE 15 10 0 5A 13 47 51 2D
Octal 255 316 25 20 0 132 23 107 121 55
Binary 10101101 11001110 10101 10000 0 1011010 10011 1000111 1010001 101101

Color Harmonies of #ADCE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE15

Black with #ADCE15

Text Example


Text Example

White with #ADCE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE15; }

 p { color: rgb(173,206,21); }

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

background-color css

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

 a { background-color: rgb(173,206,21); }

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

border-color css

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

 span { border-color: rgb(173,206,21); }

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