Html Css Color HEX #ADCF14 Rio Grande

📋 copy color: '#ADCF14'

red 173 ◦ green 207 ◦ blue 20

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

Shades of Rio Grande #ADCF14

Tints of Rio Grande #ADCF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5%

R = 43.25%
G = 51.75%
B = 5%

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

#ADCF14 (or 0xADCF14) is known color: Rio Grande. HEX triplet: AD, CF and 14. RGB value is (173,207,20). Sum of RGB (Red+Green+Blue) = 173+207+20=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCF14 is #5230EB. Grayscale: #B0B0B0. Windows color (decimal): -5386476 or 1363885. OLE color: 1363885.

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

Color convert

RGB 173 207 20 -
CMYK 0.16 0 0.90 0.19
HSL 70.91º 0.82% 0.45% -
HSV(B) 70.91º 0.9% 0.81% -
XYZ 39.67 53.56 8.91 -
YUV 175.52 40.24 126.21 -
System Red Green Blue C M Y K H S L
Decimal 173 207 20 0.16 0 0.90 0.19 70.91 0.82 0.45
Hex AD CF 14 10 0 5A 13 47 52 2D
Octal 255 317 24 20 0 132 23 107 122 55
Binary 10101101 11001111 10100 10000 0 1011010 10011 1000111 1010010 101101

Color Harmonies of #ADCF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF14

Black with #ADCF14

Text Example


Text Example

White with #ADCF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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