Html Css Color HEX #ADC00F Bahia

📋 copy color: '#ADC00F'

red 173 ◦ green 192 ◦ blue 15

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

Shades of Bahia #ADC00F

Tints of Bahia #ADC00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.53%

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

R = 45.53%
G = 50.53%
B = 3.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#ADC00F (or 0xADC00F) is known color: Bahia. HEX triplet: AD, C0 and 0F. RGB value is (173,192,15). Sum of RGB (Red+Green+Blue) = 173+192+15=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC00F is #523FF0. Grayscale: #A6A6A6. Windows color (decimal): -5390321 or 1032365. OLE color: 1032365.

HSL color Cylindrical-coordinate representation of color #ADC00F: hue angle of 66.44º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADC00F is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 192 15 -
CMYK 0.10 0 0.92 0.25
HSL 66.44º 0.86% 0.41% -
HSV(B) 66.44º 0.92% 0.75% -
XYZ 36.17 46.62 7.54 -
YUV 166.14 42.71 132.89 -
System Red Green Blue C M Y K H S L
Decimal 173 192 15 0.10 0 0.92 0.25 66.44 0.86 0.41
Hex AD C0 F A 0 5C 19 42 56 29
Octal 255 300 17 12 0 134 31 102 126 51
Binary 10101101 11000000 1111 1010 0 1011100 11001 1000010 1010110 101001

Color Harmonies of #ADC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC00F

Black with #ADC00F

Text Example


Text Example

White with #ADC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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