Html Css Color HEX #ADC80F Bahia

📋 copy color: '#ADC80F'

red 173 ◦ green 200 ◦ blue 15

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

Shades of Bahia #ADC80F

Tints of Bahia #ADC80F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.55%

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

R = 44.59%
G = 51.55%
B = 3.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#ADC80F (or 0xADC80F) is known color: Bahia. HEX triplet: AD, C8 and 0F. RGB value is (173,200,15). Sum of RGB (Red+Green+Blue) = 173+200+15=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC80F is #5237F0. Grayscale: #ABABAB. Windows color (decimal): -5388273 or 1034413. OLE color: 1034413.

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

Color convert

RGB 173 200 15 -
CMYK 0.14 0 0.92 0.22
HSL 68.76º 0.86% 0.42% -
HSV(B) 68.76º 0.93% 0.78% -
XYZ 37.97 50.23 8.15 -
YUV 170.84 40.05 129.54 -
System Red Green Blue C M Y K H S L
Decimal 173 200 15 0.14 0 0.92 0.22 68.76 0.86 0.42
Hex AD C8 F E 0 5C 16 45 56 2A
Octal 255 310 17 16 0 134 26 105 126 52
Binary 10101101 11001000 1111 1110 0 1011100 10110 1000101 1010110 101010

Color Harmonies of #ADC80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC80F

Black with #ADC80F

Text Example


Text Example

White with #ADC80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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