Html Css Color HEX #AFC368 Wild Willow

📋 copy color: '#AFC368'

red 175 ◦ green 195 ◦ blue 104

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

Shades of Wild Willow #AFC368

Tints of Wild Willow #AFC368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.94%

R = 36.92%
G = 41.14%
B = 21.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#AFC368 (or 0xAFC368) is known color: Wild Willow. HEX triplet: AF, C3 and 68. RGB value is (175,195,104). Sum of RGB (Red+Green+Blue) = 175+195+104=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 104 (41.02% from 255 or 21.94% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC368 is #503C97. Grayscale: #B2B2B2. Windows color (decimal): -5258392 or 6865839. OLE color: 6865839.

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

Color convert

RGB 175 195 104 -
CMYK 0.10 0 0.47 0.24
HSL 73.19º 0.43% 0.59% -
HSV(B) 73.19º 0.47% 0.76% -
XYZ 39.69 49.14 20.49 -
YUV 178.65 85.87 125.4 -
System Red Green Blue C M Y K H S L
Decimal 175 195 104 0.10 0 0.47 0.24 73.19 0.43 0.59
Hex AF C3 68 A 0 2F 18 49 2B 3B
Octal 257 303 150 12 0 57 30 111 53 73
Binary 10101111 11000011 1101000 1010 0 101111 11000 1001001 101011 111011

Color Harmonies of #AFC368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC368

Black with #AFC368

Text Example


Text Example

White with #AFC368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC368; }

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

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

background-color css

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

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

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

border-color css

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

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

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