Html Css Color HEX #AFC47A Caper

📋 copy color: '#AFC47A'

red 175 ◦ green 196 ◦ blue 122

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

Shades of Caper #AFC47A

Tints of Caper #AFC47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.75%

R = 35.5%
G = 39.76%
B = 24.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#AFC47A (or 0xAFC47A) is known color: Caper. HEX triplet: AF, C4 and 7A. RGB value is (175,196,122). Sum of RGB (Red+Green+Blue) = 175+196+122=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC47A is #503B85. Grayscale: #B5B5B5. Windows color (decimal): -5258118 or 8045743. OLE color: 8045743.

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

Color convert

RGB 175 196 122 -
CMYK 0.11 0 0.38 0.23
HSL 77.03º 0.39% 0.62% -
HSV(B) 77.03º 0.38% 0.77% -
XYZ 40.93 50 25.91 -
YUV 181.29 94.54 123.52 -
System Red Green Blue C M Y K H S L
Decimal 175 196 122 0.11 0 0.38 0.23 77.03 0.39 0.62
Hex AF C4 7A B 0 26 17 4D 27 3E
Octal 257 304 172 13 0 46 27 115 47 76
Binary 10101111 11000100 1111010 1011 0 100110 10111 1001101 100111 111110

Color Harmonies of #AFC47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC47A

Black with #AFC47A

Text Example


Text Example

White with #AFC47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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