Html Css Color HEX #AFC66C Caper

📋 copy color: '#AFC66C'

red 175 ◦ green 198 ◦ blue 108

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

Shades of Caper #AFC66C

Tints of Caper #AFC66C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.16%

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 36.38%
G = 41.16%
B = 22.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#AFC66C (or 0xAFC66C) is known color: Caper. HEX triplet: AF, C6 and 6C. RGB value is (175,198,108). Sum of RGB (Red+Green+Blue) = 175+198+108=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC66C is #503993. Grayscale: #B5B5B5. Windows color (decimal): -5257620 or 7128751. OLE color: 7128751.

HSL color Cylindrical-coordinate representation of color #AFC66C: hue angle of 75.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFC66C is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 108 -
CMYK 0.12 0 0.45 0.22
HSL 75.33º 0.44% 0.6% -
HSV(B) 75.33º 0.45% 0.78% -
XYZ 40.58 50.58 21.81 -
YUV 180.86 86.88 123.82 -
System Red Green Blue C M Y K H S L
Decimal 175 198 108 0.12 0 0.45 0.22 75.33 0.44 0.6
Hex AF C6 6C C 0 2D 16 4B 2C 3C
Octal 257 306 154 14 0 55 26 113 54 74
Binary 10101111 11000110 1101100 1100 0 101101 10110 1001011 101100 111100

Color Harmonies of #AFC66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC66C

Black with #AFC66C

Text Example


Text Example

White with #AFC66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC66C; }

 p { color: rgb(175,198,108); }

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

background-color css

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

 a { background-color: rgb(175,198,108); }

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

border-color css

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

 span { border-color: rgb(175,198,108); }

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