Html Css Color HEX #AFC268 Wild Willow

📋 copy color: '#AFC268'

red 175 ◦ green 194 ◦ blue 104

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

Shades of Wild Willow #AFC268

Tints of Wild Willow #AFC268

RGB

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

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

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

R = 37%
G = 41.01%
B = 21.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#AFC268 (or 0xAFC268) is known color: Wild Willow. HEX triplet: AF, C2 and 68. RGB value is (175,194,104). Sum of RGB (Red+Green+Blue) = 175+194+104=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC268 is #503D97. Grayscale: #B2B2B2. Windows color (decimal): -5258648 or 6865583. OLE color: 6865583.

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

Color convert

RGB 175 194 104 -
CMYK 0.10 0 0.46 0.24
HSL 72.67º 0.42% 0.58% -
HSV(B) 72.67º 0.46% 0.76% -
XYZ 39.47 48.7 20.42 -
YUV 178.06 86.21 125.82 -
System Red Green Blue C M Y K H S L
Decimal 175 194 104 0.10 0 0.46 0.24 72.67 0.42 0.58
Hex AF C2 68 A 0 2E 18 49 2A 3A
Octal 257 302 150 12 0 56 30 111 52 72
Binary 10101111 11000010 1101000 1010 0 101110 11000 1001001 101010 111010

Color Harmonies of #AFC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC268

Black with #AFC268

Text Example


Text Example

White with #AFC268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC268; }

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

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

background-color css

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

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

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

border-color css

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

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

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