Html Css Color HEX #ADCF15 Rio Grande

📋 copy color: '#ADCF15'

red 173 ◦ green 207 ◦ blue 21

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

Shades of Rio Grande #ADCF15

Tints of Rio Grande #ADCF15

RGB

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

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

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

R = 43.14%
G = 51.62%
B = 5.24%

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

#ADCF15 (or 0xADCF15) is known color: Rio Grande. HEX triplet: AD, CF and 15. RGB value is (173,207,21). Sum of RGB (Red+Green+Blue) = 173+207+21=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCF15 is #5230EA. Grayscale: #B0B0B0. Windows color (decimal): -5386475 or 1429421. OLE color: 1429421.

HSL color Cylindrical-coordinate representation of color #ADCF15: hue angle of 70.97º degrees, saturation: 0.82, 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 #ADCF15 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 21 -
CMYK 0.16 0 0.90 0.19
HSL 70.97º 0.82% 0.45% -
HSV(B) 70.97º 0.9% 0.81% -
XYZ 39.68 53.56 8.96 -
YUV 175.63 40.74 126.12 -
System Red Green Blue C M Y K H S L
Decimal 173 207 21 0.16 0 0.90 0.19 70.97 0.82 0.45
Hex AD CF 15 10 0 5A 13 47 52 2D
Octal 255 317 25 20 0 132 23 107 122 55
Binary 10101101 11001111 10101 10000 0 1011010 10011 1000111 1010010 101101

Color Harmonies of #ADCF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF15

Black with #ADCF15

Text Example


Text Example

White with #ADCF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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