Html Css Color HEX #ADC25F Wild Willow

📋 copy color: '#ADC25F'

red 173 ◦ green 194 ◦ blue 95

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

Shades of Wild Willow #ADC25F

Tints of Wild Willow #ADC25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.56%

R = 37.45%
G = 41.99%
B = 20.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#ADC25F (or 0xADC25F) is known color: Wild Willow. HEX triplet: AD, C2 and 5F. RGB value is (173,194,95). Sum of RGB (Red+Green+Blue) = 173+194+95=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC25F is #523DA0. Grayscale: #B0B0B0. Windows color (decimal): -5389729 or 6275757. OLE color: 6275757.

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

Color convert

RGB 173 194 95 -
CMYK 0.11 0 0.51 0.24
HSL 72.73º 0.45% 0.57% -
HSV(B) 72.73º 0.51% 0.76% -
XYZ 38.59 48.29 18.11 -
YUV 176.44 82.04 125.55 -
System Red Green Blue C M Y K H S L
Decimal 173 194 95 0.11 0 0.51 0.24 72.73 0.45 0.57
Hex AD C2 5F B 0 33 18 49 2D 39
Octal 255 302 137 13 0 63 30 111 55 71
Binary 10101101 11000010 1011111 1011 0 110011 11000 1001001 101101 111001

Color Harmonies of #ADC25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC25F

Black with #ADC25F

Text Example


Text Example

White with #ADC25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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