Html Css Color HEX #AFC570 Caper

📋 copy color: '#AFC570'

red 175 ◦ green 197 ◦ blue 112

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

Shades of Caper #AFC570

Tints of Caper #AFC570

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.7%

 BLUE value IS 112 (44.14% from 255) = 23.14%

R = 36.16%
G = 40.7%
B = 23.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#AFC570 (or 0xAFC570) is known color: Caper. HEX triplet: AF, C5 and 70. RGB value is (175,197,112). Sum of RGB (Red+Green+Blue) = 175+197+112=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC570 is #503A8F. Grayscale: #B5B5B5. Windows color (decimal): -5257872 or 7390639. OLE color: 7390639.

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

Color convert

RGB 175 197 112 -
CMYK 0.11 0 0.43 0.23
HSL 75.53º 0.42% 0.61% -
HSV(B) 75.53º 0.43% 0.77% -
XYZ 40.57 50.22 22.88 -
YUV 180.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 175 197 112 0.11 0 0.43 0.23 75.53 0.42 0.61
Hex AF C5 70 B 0 2B 17 4C 2A 3D
Octal 257 305 160 13 0 53 27 114 52 75
Binary 10101111 11000101 1110000 1011 0 101011 10111 1001100 101010 111101

Color Harmonies of #AFC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC570

Black with #AFC570

Text Example


Text Example

White with #AFC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC570; }

 p { color: rgb(175,197,112); }

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

background-color css

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

 a { background-color: rgb(175,197,112); }

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

border-color css

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

 span { border-color: rgb(175,197,112); }

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