Html Css Color HEX #AFC266 Wild Willow

📋 copy color: '#AFC266'

red 175 ◦ green 194 ◦ blue 102

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

Shades of Wild Willow #AFC266

Tints of Wild Willow #AFC266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.66%

R = 37.15%
G = 41.19%
B = 21.66%

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

#AFC266 (or 0xAFC266) is known color: Wild Willow. HEX triplet: AF, C2 and 66. RGB value is (175,194,102). Sum of RGB (Red+Green+Blue) = 175+194+102=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC266 is #503D99. Grayscale: #B2B2B2. Windows color (decimal): -5258650 or 6734511. OLE color: 6734511.

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

Color convert

RGB 175 194 102 -
CMYK 0.10 0 0.47 0.24
HSL 72.39º 0.43% 0.58% -
HSV(B) 72.39º 0.47% 0.76% -
XYZ 39.37 48.66 19.89 -
YUV 177.83 85.21 125.98 -
System Red Green Blue C M Y K H S L
Decimal 175 194 102 0.10 0 0.47 0.24 72.39 0.43 0.58
Hex AF C2 66 A 0 2F 18 48 2B 3A
Octal 257 302 146 12 0 57 30 110 53 72
Binary 10101111 11000010 1100110 1010 0 101111 11000 1001000 101011 111010

Color Harmonies of #AFC266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC266

Black with #AFC266

Text Example


Text Example

White with #AFC266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC266; }

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

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

background-color css

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

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

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

border-color css

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

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

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