Html Css Color HEX #AFC36B Wild Willow

📋 copy color: '#AFC36B'

red 175 ◦ green 195 ◦ blue 107

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

Shades of Wild Willow #AFC36B

Tints of Wild Willow #AFC36B

RGB

 RED value IS 175 (68.75% from 255) = 36.69%

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

 BLUE value IS 107 (42.19% from 255) = 22.43%

R = 36.69%
G = 40.88%
B = 22.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#AFC36B (or 0xAFC36B) is known color: Wild Willow. HEX triplet: AF, C3 and 6B. RGB value is (175,195,107). Sum of RGB (Red+Green+Blue) = 175+195+107=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC36B is #503C94. Grayscale: #B3B3B3. Windows color (decimal): -5258389 or 7062447. OLE color: 7062447.

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

Color convert

RGB 175 195 107 -
CMYK 0.10 0 0.45 0.24
HSL 73.64º 0.42% 0.59% -
HSV(B) 73.64º 0.45% 0.76% -
XYZ 39.85 49.21 21.31 -
YUV 178.99 87.37 125.16 -
System Red Green Blue C M Y K H S L
Decimal 175 195 107 0.10 0 0.45 0.24 73.64 0.42 0.59
Hex AF C3 6B A 0 2D 18 4A 2A 3B
Octal 257 303 153 12 0 55 30 112 52 73
Binary 10101111 11000011 1101011 1010 0 101101 11000 1001010 101010 111011

Color Harmonies of #AFC36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC36B

Black with #AFC36B

Text Example


Text Example

White with #AFC36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC36B; }

 p { color: rgb(175,195,107); }

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

background-color css

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

 a { background-color: rgb(175,195,107); }

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

border-color css

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

 span { border-color: rgb(175,195,107); }

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