Html Css Color HEX #AFC28E Caper

📋 copy color: '#AFC28E'

red 175 ◦ green 194 ◦ blue 142

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

Shades of Caper #AFC28E

Tints of Caper #AFC28E

RGB

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

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

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

R = 34.25%
G = 37.96%
B = 27.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#AFC28E (or 0xAFC28E) is known color: Caper. HEX triplet: AF, C2 and 8E. RGB value is (175,194,142). Sum of RGB (Red+Green+Blue) = 175+194+142=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC28E is #503D71. Grayscale: #B6B6B6. Windows color (decimal): -5258610 or 9355951. OLE color: 9355951.

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

Color convert

RGB 175 194 142 -
CMYK 0.10 0 0.27 0.24
HSL 81.92º 0.3% 0.66% -
HSV(B) 81.92º 0.27% 0.76% -
XYZ 41.85 49.65 32.97 -
YUV 182.39 105.21 122.73 -
System Red Green Blue C M Y K H S L
Decimal 175 194 142 0.10 0 0.27 0.24 81.92 0.3 0.66
Hex AF C2 8E A 0 1B 18 52 1E 42
Octal 257 302 216 12 0 33 30 122 36 102
Binary 10101111 11000010 10001110 1010 0 11011 11000 1010010 11110 1000010

Color Harmonies of #AFC28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC28E

Black with #AFC28E

Text Example


Text Example

White with #AFC28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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