Html Css Color HEX #AFCC69 Wild Willow

📋 copy color: '#AFCC69'

red 175 ◦ green 204 ◦ blue 105

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

Shades of Wild Willow #AFCC69

Tints of Wild Willow #AFCC69

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.15%

 BLUE value IS 105 (41.41% from 255) = 21.69%

R = 36.16%
G = 42.15%
B = 21.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#AFCC69 (or 0xAFCC69) is known color: Wild Willow. HEX triplet: AF, CC and 69. RGB value is (175,204,105). Sum of RGB (Red+Green+Blue) = 175+204+105=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC69 is #503396. Grayscale: #B8B8B8. Windows color (decimal): -5256087 or 6933679. OLE color: 6933679.

HSL color Cylindrical-coordinate representation of color #AFCC69: hue angle of 77.58º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFCC69 is Cyan = 0.14, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 105 -
CMYK 0.14 0 0.49 0.2
HSL 77.58º 0.49% 0.61% -
HSV(B) 77.58º 0.49% 0.8% -
XYZ 41.82 53.32 21.45 -
YUV 184.04 83.39 121.55 -
System Red Green Blue C M Y K H S L
Decimal 175 204 105 0.14 0 0.49 0.2 77.58 0.49 0.61
Hex AF CC 69 E 0 31 14 4E 31 3D
Octal 257 314 151 16 0 61 24 116 61 75
Binary 10101111 11001100 1101001 1110 0 110001 10100 1001110 110001 111101

Color Harmonies of #AFCC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC69

Black with #AFCC69

Text Example


Text Example

White with #AFCC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC69; }

 p { color: rgb(175,204,105); }

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

background-color css

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

 a { background-color: rgb(175,204,105); }

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

border-color css

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

 span { border-color: rgb(175,204,105); }

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