Html Css Color HEX #AFCB6A Wild Willow

📋 copy color: '#AFCB6A'

red 175 ◦ green 203 ◦ blue 106

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

Shades of Wild Willow #AFCB6A

Tints of Wild Willow #AFCB6A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.94%

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 36.16%
G = 41.94%
B = 21.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#AFCB6A (or 0xAFCB6A) is known color: Wild Willow. HEX triplet: AF, CB and 6A. RGB value is (175,203,106). Sum of RGB (Red+Green+Blue) = 175+203+106=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCB6A is #503495. Grayscale: #B7B7B7. Windows color (decimal): -5256342 or 6998959. OLE color: 6998959.

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

Color convert

RGB 175 203 106 -
CMYK 0.14 0 0.48 0.20
HSL 77.32º 0.48% 0.61% -
HSV(B) 77.32º 0.48% 0.8% -
XYZ 41.64 52.87 21.65 -
YUV 183.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 175 203 106 0.14 0 0.48 0.20 77.32 0.48 0.61
Hex AF CB 6A E 0 30 14 4D 30 3D
Octal 257 313 152 16 0 60 24 115 60 75
Binary 10101111 11001011 1101010 1110 0 110000 10100 1001101 110000 111101

Color Harmonies of #AFCB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCB6A

Black with #AFCB6A

Text Example


Text Example

White with #AFCB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCB6A; }

 p { color: rgb(175,203,106); }

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

background-color css

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

 a { background-color: rgb(175,203,106); }

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

border-color css

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

 span { border-color: rgb(175,203,106); }

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