Html Css Color HEX #AFC78C Caper

📋 copy color: '#AFC78C'

red 175 ◦ green 199 ◦ blue 140

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

Shades of Caper #AFC78C

Tints of Caper #AFC78C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.72%

 BLUE value IS 140 (55.08% from 255) = 27.24%

R = 34.05%
G = 38.72%
B = 27.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#AFC78C (or 0xAFC78C) is known color: Caper. HEX triplet: AF, C7 and 8C. RGB value is (175,199,140). Sum of RGB (Red+Green+Blue) = 175+199+140=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC78C is #503873. Grayscale: #B9B9B9. Windows color (decimal): -5257332 or 9226159. OLE color: 9226159.

HSL color Cylindrical-coordinate representation of color #AFC78C: hue angle of 84.41º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC78C is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 140 -
CMYK 0.12 0 0.30 0.22
HSL 84.41º 0.35% 0.66% -
HSV(B) 84.41º 0.3% 0.78% -
XYZ 42.84 51.85 32.56 -
YUV 185.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 175 199 140 0.12 0 0.30 0.22 84.41 0.35 0.66
Hex AF C7 8C C 0 1E 16 54 23 42
Octal 257 307 214 14 0 36 26 124 43 102
Binary 10101111 11000111 10001100 1100 0 11110 10110 1010100 100011 1000010

Color Harmonies of #AFC78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC78C

Black with #AFC78C

Text Example


Text Example

White with #AFC78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC78C; }

 p { color: rgb(175,199,140); }

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

background-color css

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

 a { background-color: rgb(175,199,140); }

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

border-color css

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

 span { border-color: rgb(175,199,140); }

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