Html Css Color HEX #AFC28F Caper

📋 copy color: '#AFC28F'

red 175 ◦ green 194 ◦ blue 143

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

Shades of Caper #AFC28F

Tints of Caper #AFC28F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.93%

R = 34.18%
G = 37.89%
B = 27.93%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#AFC28F (or 0xAFC28F) is known color: Caper. HEX triplet: AF, C2 and 8F. RGB value is (175,194,143). Sum of RGB (Red+Green+Blue) = 175+194+143=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 194 (76.17% from 255 or 37.89% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC28F is #503D70. Grayscale: #B6B6B6. Windows color (decimal): -5258609 or 9421487. OLE color: 9421487.

HSL color Cylindrical-coordinate representation of color #AFC28F: hue angle of 82.35º 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 #AFC28F is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 143 -
CMYK 0.10 0 0.26 0.24
HSL 82.35º 0.29% 0.66% -
HSV(B) 82.35º 0.26% 0.76% -
XYZ 41.93 49.68 33.37 -
YUV 182.51 105.71 122.65 -
System Red Green Blue C M Y K H S L
Decimal 175 194 143 0.10 0 0.26 0.24 82.35 0.29 0.66
Hex AF C2 8F A 0 1A 18 52 1D 42
Octal 257 302 217 12 0 32 30 122 35 102
Binary 10101111 11000010 10001111 1010 0 11010 11000 1010010 11101 1000010

Color Harmonies of #AFC28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC28F

Black with #AFC28F

Text Example


Text Example

White with #AFC28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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