Html Css Color HEX #AFC37A Caper

📋 copy color: '#AFC37A'

red 175 ◦ green 195 ◦ blue 122

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

Shades of Caper #AFC37A

Tints of Caper #AFC37A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.63%

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

R = 35.57%
G = 39.63%
B = 24.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#AFC37A (or 0xAFC37A) is known color: Caper. HEX triplet: AF, C3 and 7A. RGB value is (175,195,122). Sum of RGB (Red+Green+Blue) = 175+195+122=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC37A is #503C85. Grayscale: #B4B4B4. Windows color (decimal): -5258374 or 8045487. OLE color: 8045487.

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

Color convert

RGB 175 195 122 -
CMYK 0.10 0 0.37 0.24
HSL 76.44º 0.38% 0.62% -
HSV(B) 76.44º 0.37% 0.76% -
XYZ 40.71 49.55 25.83 -
YUV 180.7 94.87 123.94 -
System Red Green Blue C M Y K H S L
Decimal 175 195 122 0.10 0 0.37 0.24 76.44 0.38 0.62
Hex AF C3 7A A 0 25 18 4C 26 3E
Octal 257 303 172 12 0 45 30 114 46 76
Binary 10101111 11000011 1111010 1010 0 100101 11000 1001100 100110 111110

Color Harmonies of #AFC37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC37A

Black with #AFC37A

Text Example


Text Example

White with #AFC37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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