#AFC28A

Color #AFC28A Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #AFC28A

Tints of Caper #AFC28A

Color information

#AFC28A (or 0xAFC28A) is unknown color: approx Caper. HEX triplet: AF, C2 and 8A. RGB value is (175,194,138). Sum of RGB (Red+Green+Blue) = 175+194+138=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC28A is #503D75. Grayscale: #B6B6B6. Windows color (decimal): -5258614 or 9093807. OLE color: 9093807.

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

Color convert

RGB175194138-
CMYK0.1000.290.24
HSL80.36º31.46%65.1%-
HSV(B)80.36º28.87%76.08%-
XYZ41.5649.5331.42-
YUV181.94103.21123.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=34.52%
G=38.26%
B=27.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941380.1000.290.2480.3631.4665.1
HexAFC28AA01D18501f41
Octal257302212120353012037101
Binary1010111111000010100010101010011101110001010000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC28A; }

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

 H1.HeaderClassName
 {
   color: #AFC28A;
 }
 .AnyTagClassName
 {
   color: #AFC28A;
 }
</style>
background-color css

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

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

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

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

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

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