Html Css Color HEX #AFC28C Caper

📋 copy color: '#AFC28C'

red 175 ◦ green 194 ◦ blue 140

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

Shades of Caper #AFC28C

Tints of Caper #AFC28C

RGB

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

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

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

R = 34.38%
G = 38.11%
B = 27.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#AFC28C (or 0xAFC28C) is known color: Caper. HEX triplet: AF, C2 and 8C. RGB value is (175,194,140). Sum of RGB (Red+Green+Blue) = 175+194+140=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC28C is #503D73. Grayscale: #B6B6B6. Windows color (decimal): -5258612 or 9224879. OLE color: 9224879.

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

Color convert

RGB 175 194 140 -
CMYK 0.10 0 0.28 0.24
HSL 81.11º 0.31% 0.65% -
HSV(B) 81.11º 0.28% 0.76% -
XYZ 41.7 49.59 32.18 -
YUV 182.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 175 194 140 0.10 0 0.28 0.24 81.11 0.31 0.65
Hex AF C2 8C A 0 1C 18 51 1F 41
Octal 257 302 214 12 0 34 30 121 37 101
Binary 10101111 11000010 10001100 1010 0 11100 11000 1010001 11111 1000001

Color Harmonies of #AFC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC28C

Black with #AFC28C

Text Example


Text Example

White with #AFC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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