Html Css Color HEX #AFC18D Caper

📋 copy color: '#AFC18D'

red 175 ◦ green 193 ◦ blue 141

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

Shades of Caper #AFC18D

Tints of Caper #AFC18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.92%

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 34.38%
G = 37.92%
B = 27.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#AFC18D (or 0xAFC18D) is known color: Caper. HEX triplet: AF, C1 and 8D. RGB value is (175,193,141). Sum of RGB (Red+Green+Blue) = 175+193+141=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC18D is #503E72. Grayscale: #B5B5B5. Windows color (decimal): -5258867 or 9290159. OLE color: 9290159.

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

Color convert

RGB 175 193 141 -
CMYK 0.09 0 0.27 0.24
HSL 80.77º 0.3% 0.65% -
HSV(B) 80.77º 0.27% 0.76% -
XYZ 41.56 49.18 32.5 -
YUV 181.69 105.04 123.23 -
System Red Green Blue C M Y K H S L
Decimal 175 193 141 0.09 0 0.27 0.24 80.77 0.3 0.65
Hex AF C1 8D 9 0 1B 18 51 1E 41
Octal 257 301 215 11 0 33 30 121 36 101
Binary 10101111 11000001 10001101 1001 0 11011 11000 1010001 11110 1000001

Color Harmonies of #AFC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC18D

Black with #AFC18D

Text Example


Text Example

White with #AFC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC18D; }

 p { color: rgb(175,193,141); }

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

background-color css

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

 a { background-color: rgb(175,193,141); }

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

border-color css

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

 span { border-color: rgb(175,193,141); }

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