Html Css Color HEX #A8C35F Wild Willow

📋 copy color: '#A8C35F'

red 168 ◦ green 195 ◦ blue 95

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

Shades of Wild Willow #A8C35F

Tints of Wild Willow #A8C35F

RGB

 RED value IS 168 (66.02% from 255) = 36.68%

 GREEN value IS 195 (76.56% from 255) = 42.58%

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

R = 36.68%
G = 42.58%
B = 20.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#A8C35F (or 0xA8C35F) is known color: Wild Willow. HEX triplet: A8, C3 and 5F. RGB value is (168,195,95). Sum of RGB (Red+Green+Blue) = 168+195+95=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C35F is #573CA0. Grayscale: #AFAFAF. Windows color (decimal): -5717153 or 6276008. OLE color: 6276008.

HSL color Cylindrical-coordinate representation of color #A8C35F: hue angle of 76.2º 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 #A8C35F is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 195 95 -
CMYK 0.14 0 0.51 0.24
HSL 76.2º 0.45% 0.57% -
HSV(B) 76.2º 0.51% 0.76% -
XYZ 37.73 48.18 18.14 -
YUV 175.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 168 195 95 0.14 0 0.51 0.24 76.2 0.45 0.57
Hex A8 C3 5F E 0 33 18 4C 2D 39
Octal 250 303 137 16 0 63 30 114 55 71
Binary 10101000 11000011 1011111 1110 0 110011 11000 1001100 101101 111001

Color Harmonies of #A8C35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C35F

Black with #A8C35F

Text Example


Text Example

White with #A8C35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C35F; }

 p { color: rgb(168,195,95); }

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

background-color css

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

 a { background-color: rgb(168,195,95); }

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

border-color css

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

 span { border-color: rgb(168,195,95); }

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