Html Css Color HEX #AFC172 Caper

📋 copy color: '#AFC172'

red 175 ◦ green 193 ◦ blue 114

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

Shades of Caper #AFC172

Tints of Caper #AFC172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 36.31%
G = 40.04%
B = 23.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#AFC172 (or 0xAFC172) is known color: Caper. HEX triplet: AF, C1 and 72. RGB value is (175,193,114). Sum of RGB (Red+Green+Blue) = 175+193+114=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC172 is #503E8D. Grayscale: #B2B2B2. Windows color (decimal): -5258894 or 7520687. OLE color: 7520687.

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

Color convert

RGB 175 193 114 -
CMYK 0.09 0 0.41 0.24
HSL 73.67º 0.39% 0.6% -
HSV(B) 73.67º 0.41% 0.76% -
XYZ 39.79 48.47 23.18 -
YUV 178.61 91.54 125.42 -
System Red Green Blue C M Y K H S L
Decimal 175 193 114 0.09 0 0.41 0.24 73.67 0.39 0.6
Hex AF C1 72 9 0 29 18 4A 27 3C
Octal 257 301 162 11 0 51 30 112 47 74
Binary 10101111 11000001 1110010 1001 0 101001 11000 1001010 100111 111100

Color Harmonies of #AFC172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC172

Black with #AFC172

Text Example


Text Example

White with #AFC172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC172; }

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

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

background-color css

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

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

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

border-color css

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

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

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