Html Css Color HEX #ADC817 Bahia

📋 copy color: '#ADC817'

red 173 ◦ green 200 ◦ blue 23

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

Shades of Bahia #ADC817

Tints of Bahia #ADC817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.81%

R = 43.69%
G = 50.51%
B = 5.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#ADC817 (or 0xADC817) is known color: Bahia. HEX triplet: AD, C8 and 17. RGB value is (173,200,23). Sum of RGB (Red+Green+Blue) = 173+200+23=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 200 (78.52% from 255 or 50.51% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC817 is #5237E8. Grayscale: #ACACAC. Windows color (decimal): -5388265 or 1558701. OLE color: 1558701.

HSL color Cylindrical-coordinate representation of color #ADC817: hue angle of 69.15º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADC817 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 23 -
CMYK 0.14 0 0.88 0.22
HSL 69.15º 0.79% 0.44% -
HSV(B) 69.15º 0.89% 0.78% -
XYZ 38.04 50.25 8.51 -
YUV 171.75 44.05 128.89 -
System Red Green Blue C M Y K H S L
Decimal 173 200 23 0.14 0 0.88 0.22 69.15 0.79 0.44
Hex AD C8 17 E 0 58 16 45 4F 2C
Octal 255 310 27 16 0 130 26 105 117 54
Binary 10101101 11001000 10111 1110 0 1011000 10110 1000101 1001111 101100

Color Harmonies of #ADC817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC817

Black with #ADC817

Text Example


Text Example

White with #ADC817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC817; }

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

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

background-color css

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

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

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

border-color css

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

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

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