Html Css Color HEX #AFC48E Caper

📋 copy color: '#AFC48E'

red 175 ◦ green 196 ◦ blue 142

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

Shades of Caper #AFC48E

Tints of Caper #AFC48E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.21%

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

R = 34.11%
G = 38.21%
B = 27.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#AFC48E (or 0xAFC48E) is known color: Caper. HEX triplet: AF, C4 and 8E. RGB value is (175,196,142). Sum of RGB (Red+Green+Blue) = 175+196+142=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC48E is #503B71. Grayscale: #B7B7B7. Windows color (decimal): -5258098 or 9356463. OLE color: 9356463.

HSL color Cylindrical-coordinate representation of color #AFC48E: hue angle of 83.33º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC48E is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 142 -
CMYK 0.11 0 0.28 0.23
HSL 83.33º 0.31% 0.66% -
HSV(B) 83.33º 0.28% 0.77% -
XYZ 42.3 50.55 33.12 -
YUV 183.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 175 196 142 0.11 0 0.28 0.23 83.33 0.31 0.66
Hex AF C4 8E B 0 1C 17 53 1F 42
Octal 257 304 216 13 0 34 27 123 37 102
Binary 10101111 11000100 10001110 1011 0 11100 10111 1010011 11111 1000010

Color Harmonies of #AFC48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC48E

Black with #AFC48E

Text Example


Text Example

White with #AFC48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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