Html Css Color HEX #AFC18E Caper

📋 copy color: '#AFC18E'

red 175 ◦ green 193 ◦ blue 142

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

Shades of Caper #AFC18E

Tints of Caper #AFC18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.84%

R = 34.31%
G = 37.84%
B = 27.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#AFC18E (or 0xAFC18E) is known color: Caper. HEX triplet: AF, C1 and 8E. RGB value is (175,193,142). Sum of RGB (Red+Green+Blue) = 175+193+142=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC18E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC18E is #503E71. Grayscale: #B5B5B5. Windows color (decimal): -5258866 or 9355695. OLE color: 9355695.

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

Color convert

RGB 175 193 142 -
CMYK 0.09 0 0.26 0.24
HSL 81.18º 0.29% 0.66% -
HSV(B) 81.18º 0.26% 0.76% -
XYZ 41.63 49.21 32.89 -
YUV 181.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 175 193 142 0.09 0 0.26 0.24 81.18 0.29 0.66
Hex AF C1 8E 9 0 1A 18 51 1D 42
Octal 257 301 216 11 0 32 30 121 35 102
Binary 10101111 11000001 10001110 1001 0 11010 11000 1010001 11101 1000010

Color Harmonies of #AFC18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC18E

Black with #AFC18E

Text Example


Text Example

White with #AFC18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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