Html Css Color HEX #ADC70F Bahia

📋 copy color: '#ADC70F'

red 173 ◦ green 199 ◦ blue 15

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

Shades of Bahia #ADC70F

Tints of Bahia #ADC70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.42%

 BLUE value IS 15 (6.25% from 255) = 3.88%

R = 44.7%
G = 51.42%
B = 3.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#ADC70F (or 0xADC70F) is known color: Bahia. HEX triplet: AD, C7 and 0F. RGB value is (173,199,15). Sum of RGB (Red+Green+Blue) = 173+199+15=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC70F is #5238F0. Grayscale: #AAAAAA. Windows color (decimal): -5388529 or 1034157. OLE color: 1034157.

HSL color Cylindrical-coordinate representation of color #ADC70F: hue angle of 68.48º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADC70F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 15 -
CMYK 0.13 0 0.92 0.22
HSL 68.48º 0.86% 0.42% -
HSV(B) 68.48º 0.92% 0.78% -
XYZ 37.74 49.77 8.07 -
YUV 170.25 40.39 129.96 -
System Red Green Blue C M Y K H S L
Decimal 173 199 15 0.13 0 0.92 0.22 68.48 0.86 0.42
Hex AD C7 F D 0 5C 16 44 56 2A
Octal 255 307 17 15 0 134 26 104 126 52
Binary 10101101 11000111 1111 1101 0 1011100 10110 1000100 1010110 101010

Color Harmonies of #ADC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC70F

Black with #ADC70F

Text Example


Text Example

White with #ADC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC70F; }

 p { color: rgb(173,199,15); }

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

background-color css

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

 a { background-color: rgb(173,199,15); }

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

border-color css

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

 span { border-color: rgb(173,199,15); }

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