Html Css Color HEX #ADC218 Bahia

📋 copy color: '#ADC218'

red 173 ◦ green 194 ◦ blue 24

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

Shades of Bahia #ADC218

Tints of Bahia #ADC218

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.62%

 BLUE value IS 24 (9.77% from 255) = 6.14%

R = 44.25%
G = 49.62%
B = 6.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#ADC218 (or 0xADC218) is known color: Bahia. HEX triplet: AD, C2 and 18. RGB value is (173,194,24). Sum of RGB (Red+Green+Blue) = 173+194+24=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC218 is #523DE7. Grayscale: #A8A8A8. Windows color (decimal): -5389800 or 1622701. OLE color: 1622701.

HSL color Cylindrical-coordinate representation of color #ADC218: hue angle of 67.41º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADC218 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 173 194 24 -
CMYK 0.11 0 0.88 0.24
HSL 67.41º 0.78% 0.43% -
HSV(B) 67.41º 0.88% 0.76% -
XYZ 36.69 47.53 8.11 -
YUV 168.34 46.54 131.32 -
System Red Green Blue C M Y K H S L
Decimal 173 194 24 0.11 0 0.88 0.24 67.41 0.78 0.43
Hex AD C2 18 B 0 58 18 43 4E 2B
Octal 255 302 30 13 0 130 30 103 116 53
Binary 10101101 11000010 11000 1011 0 1011000 11000 1000011 1001110 101011

Color Harmonies of #ADC218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC218

Black with #ADC218

Text Example


Text Example

White with #ADC218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC218; }

 p { color: rgb(173,194,24); }

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

background-color css

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

 a { background-color: rgb(173,194,24); }

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

border-color css

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

 span { border-color: rgb(173,194,24); }

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